vim: Add g M
motion to go to the middle of a line (#30227)
Adds the "g M" vim motion to go to the middle of the line. --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
parent
c7725e31d9
commit
d791c6cdb1
3 changed files with 146 additions and 0 deletions
|
@ -152,6 +152,7 @@
|
|||
"g end": ["vim::EndOfLine", { "display_lines": true }],
|
||||
"g 0": ["vim::StartOfLine", { "display_lines": true }],
|
||||
"g home": ["vim::StartOfLine", { "display_lines": true }],
|
||||
"g shift-m": ["vim::MiddleOfLine", { "display_lines": true }],
|
||||
"g ^": ["vim::FirstNonWhitespace", { "display_lines": true }],
|
||||
"g v": "vim::RestoreVisualSelection",
|
||||
"g ]": "editor::GoToDiagnostic",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue