mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 17:03:26 +03:00
parent
b055f594b0
commit
fe57e04016
@ -35,6 +35,7 @@
|
|||||||
"l": "vim::Right",
|
"l": "vim::Right",
|
||||||
"right": "vim::Right",
|
"right": "vim::Right",
|
||||||
"$": "vim::EndOfLine",
|
"$": "vim::EndOfLine",
|
||||||
|
"^": "vim::FirstNonWhitespace",
|
||||||
"shift-g": "vim::EndOfDocument",
|
"shift-g": "vim::EndOfDocument",
|
||||||
"w": "vim::NextWordStart",
|
"w": "vim::NextWordStart",
|
||||||
"shift-w": [
|
"shift-w": [
|
||||||
@ -165,7 +166,6 @@
|
|||||||
"shift-a": "vim::InsertEndOfLine",
|
"shift-a": "vim::InsertEndOfLine",
|
||||||
"x": "vim::DeleteRight",
|
"x": "vim::DeleteRight",
|
||||||
"shift-x": "vim::DeleteLeft",
|
"shift-x": "vim::DeleteLeft",
|
||||||
"^": "vim::FirstNonWhitespace",
|
|
||||||
"o": "vim::InsertLineBelow",
|
"o": "vim::InsertLineBelow",
|
||||||
"shift-o": "vim::InsertLineAbove",
|
"shift-o": "vim::InsertLineAbove",
|
||||||
"~": "vim::ChangeCase",
|
"~": "vim::ChangeCase",
|
||||||
|
Loading…
Reference in New Issue
Block a user