Merge branch 'master' into zig-0.14
This commit is contained in:
commit
90bacba8d5
4 changed files with 19 additions and 12 deletions
|
@ -30,8 +30,8 @@
|
|||
["ctrl+l", "scroll_view_center_cycle"],
|
||||
["ctrl+n", "goto_next_match"],
|
||||
["ctrl+p", "goto_prev_match"],
|
||||
["ctrl+b", "move_to_char", false],
|
||||
["ctrl+t", "move_to_char", true],
|
||||
["ctrl+b", "move_to_char", "left"],
|
||||
["ctrl+t", "move_to_char", "right"],
|
||||
["ctrl+x", "cut"],
|
||||
["ctrl+c", "copy"],
|
||||
["ctrl+v", "system_paste"],
|
||||
|
|
|
@ -85,6 +85,9 @@
|
|||
|
||||
["<C-k>", "TODO"],
|
||||
|
||||
["F", "move_to_char", "left"],
|
||||
["f", "move_to_char", "right"],
|
||||
|
||||
["<C-CR>", ["move_down"], ["move_begin"]],
|
||||
["<CR>", ["move_down"], ["move_begin"]]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue