mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-28 07:31:14 -03:00
Vi bindings: remove unused special input functions
These were only needed before the new approach from 38e633d49b
(fish_vi_key_bindings: add support for count, 2025-12-16).
This commit is contained in:
@@ -154,12 +154,6 @@ The following special input functions are available:
|
||||
``backward-kill-bigword``
|
||||
move the whitespace-delimited word to the left of the cursor to the killring, until the start of the current word (like vim's ``dB``)
|
||||
|
||||
``backward-kill-word-end``
|
||||
move from the cursor to the end of the previous word to the killring (like vim's ``dge``)
|
||||
|
||||
``backward-kill-bigword-end``
|
||||
move from the cursor to the end of the previous whitespace-delimited word to the killring (like vim's ``dgE``)
|
||||
|
||||
``backward-path-component``
|
||||
move one :ref:`path component <cmd-bind-backward-kill-path-component>` to the left
|
||||
|
||||
@@ -370,12 +364,6 @@ The following special input functions are available:
|
||||
``kill-bigword-vi``
|
||||
move the next whitespace-delimited word to the killring, stopping at the start of the next word (like vim's ``dW``)
|
||||
|
||||
``kill-bigword-end``
|
||||
move from the cursor to the end of the current whitespace-delimited word to the killring (like vim's ``dE``)
|
||||
|
||||
``kill-word-end``
|
||||
move from the cursor to the end of the current word to the killring (like vim's ``de``)
|
||||
|
||||
``kill-inner-word``
|
||||
delete the word under the cursor (like vim's ``diw``)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user