summaryrefslogtreecommitdiff
path: root/plugins/vi-mode/README.md
AgeCommit message (Collapse)Author
2021-01-04fix(vi-mode)!: add back edit-command-line key binding as 'vv' (#9573)Marc Cornellà
BREAKING CHANGE: the key binding to open an editor to edit the command line has been moved from being `v` (press v once) to being `vv` (press v twice). Now, the action for `v` is the default `visual-mode`, as is in Vim. Fixes #9573
2021-01-04fix(vi-mode): hide cursor-change logic behind `VI_MODE_SET_CURSOR` settingMarc Cornellà
Fixes #9570
2021-01-04docs(vi-mode): revamp README and document settingsMarc Cornellà
2015-09-23Update README.mdAlexander Frolov
2015-06-12Plugins: vi-mode: Add first README fileDaniel Campoverde [alx741]