Add default bindings for set-mark and jump-mark.
Bind set-mark to ` and jump-mark to '.
This commit is contained in:
parent
7bfea773db
commit
4037719a78
@ -1437,6 +1437,8 @@ KEY_DATA = collections.OrderedDict([
|
||||
('search-prev', ['N']),
|
||||
('enter-mode insert', ['i']),
|
||||
('enter-mode caret', ['v']),
|
||||
('enter-mode set_mark', ['`']),
|
||||
('enter-mode jump_mark', ["'"]),
|
||||
('yank', ['yy']),
|
||||
('yank -s', ['yY']),
|
||||
('yank -t', ['yt']),
|
||||
|
Loading…
Reference in New Issue
Block a user