Fixed win key bindings.
This commit is contained in:
parent
bd9b05ba00
commit
8d3e6e7449
1 changed files with 2 additions and 2 deletions
|
|
@ -63,13 +63,13 @@ return {
|
|||
"godown": "Down",
|
||||
"selectwordleft": "Ctrl-Shift-Left",
|
||||
"gotowordleft": "Ctrl-Left",
|
||||
"selecttolinestart": "Ctrl-Shift-Left",
|
||||
"selecttolinestart": "Alt-Shift-Left",
|
||||
"gotolinestart": "Alt-Left|Home",
|
||||
"selectleft": "Shift-Left",
|
||||
"gotoleft": "Left",
|
||||
"selectwordright": "Ctrl-Shift-Right",
|
||||
"gotowordright": "Ctrl-Right",
|
||||
"selecttolineend": "Ctrl-Shift-Right",
|
||||
"selecttolineend": "Alt-Shift-Right",
|
||||
"gotolineend": "Alt-Right|End",
|
||||
"selectright": "Shift-Right",
|
||||
"gotoright": "Right",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue