mirror of https://github.com/lapce/lapce.git
change some key bindings
This commit is contained in:
parent
bf79a35a5c
commit
4a6af907de
|
@ -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"
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue