minor: occurance -> occurrence
This commit is contained in:
parent
610ce93600
commit
c94c0d9f1c
1 changed files with 8 additions and 8 deletions
|
@ -236,14 +236,14 @@ impl MappableCommand {
|
|||
extend_prev_long_word_start, "Extend to beginning of previous long word",
|
||||
extend_next_long_word_end, "Extend to end of next long word",
|
||||
extend_next_word_end, "Extend to end of next word",
|
||||
find_till_char, "Move till next occurance of char",
|
||||
find_next_char, "Move to next occurance of char",
|
||||
extend_till_char, "Extend till next occurance of char",
|
||||
extend_next_char, "Extend to next occurance of char",
|
||||
till_prev_char, "Move till previous occurance of char",
|
||||
find_prev_char, "Move to previous occurance of char",
|
||||
extend_till_prev_char, "Extend till previous occurance of char",
|
||||
extend_prev_char, "Extend to previous occurance of char",
|
||||
find_till_char, "Move till next occurrence of char",
|
||||
find_next_char, "Move to next occurrence of char",
|
||||
extend_till_char, "Extend till next occurrence of char",
|
||||
extend_next_char, "Extend to next occurrence of char",
|
||||
till_prev_char, "Move till previous occurrence of char",
|
||||
find_prev_char, "Move to previous occurrence of char",
|
||||
extend_till_prev_char, "Extend till previous occurrence of char",
|
||||
extend_prev_char, "Extend to previous occurrence of char",
|
||||
repeat_last_motion, "repeat last motion(extend_next_char, extend_till_char, find_next_char, find_till_char...)",
|
||||
replace, "Replace with new char",
|
||||
switch_case, "Switch (toggle) case",
|
||||
|
|
Loading…
Add table
Reference in a new issue