change some key bindings

This commit is contained in:
Dongdong Zhou 2022-03-17 10:43:12 +00:00
parent bf79a35a5c
commit 4a6af907de
2 changed files with 9 additions and 4 deletions

View File

@ -61,12 +61,12 @@ mode = "i"
# ------------------------------------ Multi cursor -------------------------------------
[[keymaps]]
key = "alt+shift+up"
key = "alt+ctrl+up"
command = "insert_cursor_above"
mode = "i"
[[keymaps]]
key = "alt+shift+down"
key = "alt+ctrl+down"
command = "insert_cursor_below"
mode = "i"
@ -80,6 +80,11 @@ key = "ctrl+l"
command = "select_current_line"
mode = "i"
[[keymaps]]
key = "ctrl+L"
command = "select_all_current"
mode = "i"
[[keymaps]]
key = "ctrl+u"
command = "select_undo"

View File

@ -81,8 +81,8 @@ command = "select_current_line"
mode = "i"
[[keymaps]]
key = "ctrl+l"
command = "select_all_current_selection"
key = "ctrl+L"
command = "select_all_current"
mode = "i"
[[keymaps]]