mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 22:03:12 +00:00
document kill-path-component stopping at @ or :
Changes from 009ecfd7e6
/ #5841.
[ci skip]
This commit is contained in:
parent
0453023f7b
commit
b0f320481c
1 changed files with 9 additions and 9 deletions
|
@ -1421,7 +1421,7 @@ Some bindings are shared between emacs- and vi-mode because they aren't text edi
|
|||
|
||||
- :kbd:`Control+L` clears and repaints the screen.
|
||||
|
||||
- :kbd:`Control+W` moves the previous path component (everything up to the previous "/") to the `killring <#killring>`__.
|
||||
- :kbd:`Control+W` moves the previous path component (everything up to the previous "/", ":" or "@") to the `killring <#killring>`__.
|
||||
|
||||
- :kbd:`Control+X` copies the current buffer to the system's clipboard, :kbd:`Control+V` inserts the clipboard contents.
|
||||
|
||||
|
|
Loading…
Reference in a new issue