fix: emacs mode

This commit is contained in:
CJ van den Berg 2024-12-02 21:23:21 +01:00
parent c909a2a50a
commit ec75b5ca6a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -1,17 +1,16 @@
{
"base": {
"syntax": "vim",
"normal": {
"press": [
["<C-a>", "cursor_line_start"],
["<C-e>", "cursor_line_end"],
["<C-b>", "cursor_left"],
["<C-f>", "cursor_right"],
["<C-p>", "cursor_up"],
["<C-n>", "cursor_down"],
["<C-x><C-s>", "save"],
["<C-x><C-c>", "quit"],
["<C-x>b", "open_recent_files"],
["<A-x>", "open_command_palette"]
["ctrl+a", "smart_move_begin"],
["ctrl+e", "move_end"],
["ctrl+b", "move_left"],
["ctrl+f", "move_right"],
["ctrl+p", "move_up"],
["ctrl+n", "move_down"],
["ctrl+x>ctrl+s", "save"],
["ctrl+x>ctrl+c", "quit"],
["ctrl+x>b", "open_recent"],
["alt+x", "open_command_palette"]
]
}
}