There was an error while loading. Please reload this page.
Convert actions list to table, add headings to delimit sections
added reflow because I can never remember it
typo
Space-c for commenting is preferred instead of C-c
Vim 9.1.100+ and Neovim 0.10.0+ has a built-in commenting plugin that uses mapping `gc`
Add example of how to delete the current entire line.
some minor tweaks, fixup spelling and grammar, added a few new items
bar cursor in insert mode
Remove outdated info about typical GNU Readline bindings being supported in insert mode
It should be just `b` here
Add space between keymap and comment
fix spelling
Fixes grammar
add diff: run shell command.
Setting a bookmark
Reload a file from disk
Select the whole file
Search and replace in selection
Block selection
Search for the word under the cursor
Comment lines
Updated Migrating from Vim (markdown)
;d, not ,d
Add jump to matching bracket
Add a different sequence for deleting to line end.
Add some commonly used major differences to vim