feat(emacs): bind switch_buffers to ctrl+x b
in emacs mode
And move open_recent to `ctrl+x ctrl+r`.
This commit is contained in:
parent
7bcf0e1b75
commit
c46d7c8d17
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@
|
||||||
["ctrl+x ctrl+c", "quit"],
|
["ctrl+x ctrl+c", "quit"],
|
||||||
["ctrl+x ctrl+s", "save_file"],
|
["ctrl+x ctrl+s", "save_file"],
|
||||||
["ctrl+x ctrl+c", "quit"],
|
["ctrl+x ctrl+c", "quit"],
|
||||||
["ctrl+x b", "open_recent"],
|
["ctrl+x b", "switch_buffers"],
|
||||||
|
["ctrl+x ctrl+r", "open_recent"],
|
||||||
["alt+x", "open_command_palette"],
|
["alt+x", "open_command_palette"],
|
||||||
["ctrl+space", "enter_mode", "select"],
|
["ctrl+space", "enter_mode", "select"],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue