update windows key bindings
This commit is contained in:
parent
255a9a05ee
commit
753fc40125
1 changed files with 8 additions and 8 deletions
|
|
@ -21,26 +21,26 @@ return {
|
|||
"overwrite": "Insert",
|
||||
"copylinesup": "Ctrl-Alt-Up",
|
||||
"movelinesup": "Alt-Up",
|
||||
"selecttostart": "Ctrl-Shift-Up",
|
||||
"selecttostart": "Alt-Shift-Up",
|
||||
"gotostart": "Ctrl-Home|Ctrl-Up",
|
||||
"selectup": "Shift-Up",
|
||||
"golineup": "Up",
|
||||
"copylinesdown": "Ctrl-Alt-Down",
|
||||
"movelinesdown": "Alt-Down",
|
||||
"selecttoend": "Ctrl-Shift-Down",
|
||||
"selecttoend": "Alt-Shift-Down",
|
||||
"gotoend": "Ctrl-End|Ctrl-Down",
|
||||
"selectdown": "Shift-Down",
|
||||
"godown": "Down",
|
||||
"selectwordleft": "Alt-Shift-Left",
|
||||
"gotowordleft": "Alt-Left",
|
||||
"selectwordleft": "Ctrl-Shift-Left",
|
||||
"gotowordleft": "Ctrl-Left",
|
||||
"selecttolinestart": "Ctrl-Shift-Left",
|
||||
"gotolinestart": "Ctrl-Left|Home",
|
||||
"gotolinestart": "Alt-Left|Home",
|
||||
"selectleft": "Shift-Left",
|
||||
"gotoleft": "Left",
|
||||
"selectwordright": "Alt-Shift-Right",
|
||||
"gotowordright": "Alt-Right",
|
||||
"selectwordright": "Ctrl-Shift-Right",
|
||||
"gotowordright": "Ctrl-Right",
|
||||
"selecttolineend": "Ctrl-Shift-Right",
|
||||
"gotolineend": "Ctrl-Right|End",
|
||||
"gotolineend": "Alt-Right|End",
|
||||
"selectright": "Shift-Right",
|
||||
"gotoright": "Right",
|
||||
"selectpagedown": "Shift-PageDown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue