Vim Cheat Sheet: Add moving on line based on instances of a search (#4041)

* Add moving on line based on instances of a search

* Explanation was unclear, use x because a is ambiguous

* Specify that command is specific to same line
master
Philip Kirkbride 2017-08-15 18:30:55 -04:00 committed by Rob Emery
parent ea0241215a
commit 2d6b0cd670
1 changed files with 6 additions and 0 deletions

View File

@ -399,6 +399,12 @@
}, {
"val": "jump to middle of screen",
"key": "M"
}, {
"val": "jump to 3rd instance of character x forward from cursor on current line.",
"key": "3, f, x"
}, {
"val": "jump to 3rd instance of character x back from cursor on current line.",
"key": "3, F, x"
}],
"Screen Movement": [{
"val": "move screen up by half page",