document kill-path-component stopping at @ or :

Changes from 009ecfd7e6 / #5841.

[ci skip]
This commit is contained in:
David Adam 2019-05-14 13:18:18 +08:00
parent 0453023f7b
commit b0f320481c

View file

@ -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.