You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The till commands seem to be lacking the direction or the "find" in the name. Renaming
find_till_char (t) to find_till_next_char,
extend_till_char (t) to extend_till_next_char,
till_prev_char (T) to find_till_prev_char,
would make them consistent with find_next_char (f) and find_prev_char (F), as well as the movement commands (move|extend)_(next|prev)_word_(start|end) (w, b, e, -).
This would be a breaking change for anyone remapping them to custom keybindings. To mitigate this, the old commands could be kept as aliases for a transitioning period.
This discussion was converted from issue #6929 on April 07, 2024 03:03.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
till
commands seem to be lacking the direction or the "find" in the name. Renamingfind_till_char
(t) tofind_till_next_char
,extend_till_char
(t) toextend_till_next_char
,till_prev_char
(T) tofind_till_prev_char
,would make them consistent with
find_next_char
(f) andfind_prev_char
(F), as well as the movement commands(move|extend)_(next|prev)_word_(start|end)
(w, b, e, -).This would be a breaking change for anyone remapping them to custom keybindings. To mitigate this, the old commands could be kept as aliases for a transitioning period.
Beta Was this translation helpful? Give feedback.
All reactions