index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
vi-mode
/
vi-mode.plugin.zsh
Age
Commit message (
Expand
)
Author
2023-10-24
feat(vi-mode): allow replacing on visual mode (#12006)
alps2006
2023-10-02
feat(vi-mode): copy to clipboard when using `vi-change*` and `vi-yank*` widge...
bretello
2023-04-02
fix(vi-mode): fix cursor change on visual mode (#11586)
Marc Cornellà
2023-03-31
fix(vi-mode): fix check for prompt redisplay on mode change (#11547)
Marc Cornellà
2023-03-07
feat(vi-mode): add settings for vi-mode cursor styles (#10860)
Julien Vincent
2022-04-06
fix(vi-mode): use system clipboard also for `vi-delete-char` (#10820)
Richard Mitchell
2021-12-29
feat(vi-mode): add `INSERT_MODE_INDICATOR` (#9732)
bretello
2021-03-15
fix(vi-mode): fix keymap indicator on zle-line-finish (#9620)
CrispyConductor
2021-01-16
fix(vi-mode): ignore `clip*` function errors in yank and put widgets
Marc Cornellà
2021-01-04
fix(vi-mode)!: add back edit-command-line key binding as 'vv' (#9573)
Marc Cornellà
2021-01-04
fix(vi-mode): hide cursor-change logic behind `VI_MODE_SET_CURSOR` setting
Marc Cornellà
2021-01-02
refactor(vi-mode): remove duplicate bindkey logic and fix syntax
Marc Cornellà
2021-01-02
fix(vi-mode): control cursor, restore and use visual mode and speed up mode c...
Robert Estelle
2019-05-19
vi-mode: reset KEYMAP on accept-line (#7818)
Marc Cornellà
2019-04-09
vi-mode: remove TRAPWINCH from plugin (#7753)
Roman Perepelitsa
2019-04-09
vi-mode: add CTRL+S to search history forward
Marc Cornellà
2018-09-24
vi-mode: disable displayed mode on startup
Marc Cornellà
2018-08-31
vi-mode: reset-prompt if zle is active (TRAPWINCH)
Marc Cornellà
2018-08-29
vi-mode show indicator on zle-line-init and SIGWINCH (#6449)
Balint Gyapjas
2016-09-12
Fix iTerm crash on window re-size (#5211)
Trevor Rosen
2016-09-12
Add ctrl-r, ctrl-a and ctrl-e support in vi-mode (#4994)
Douglas Drumond
2015-11-18
vi-mode: remove line-init/finish widgets that broken terminfo keybindings
Andrew Janke
2015-02-22
Merge pull request #3610 from bderrly/zle-active-check
Robby Russell
2015-02-21
Shorten the zle check and reset-prompt into one line.
Brian Derr
2015-02-19
Verify zle is active before trying to reset-prompt.
Brian Derr
2015-02-18
PLUGINS: vi-mode: allow ctrl-h, ctrl-?, ctrl-w for char and word deletion
Daniel Campoverde [alx741]
2015-02-18
PLUGINS: vi-mode: allow ctrl-p, ctrl-n for history navigation
Daniel Campoverde [alx741]
2015-02-04
Added trapwinch to vi-mode plugin.
Gabor Marton
2014-03-14
Added v as a keybinding to edit-command-line
Michael Hauser-Raspe
2013-01-02
Fix the fix for Issue #1479
Greg Berenfield
2013-01-02
fix for Issue 1479
Greg Berenfield
2012-12-04
Merge pull request #1387 from jimhester/vi-mode-patch
Robby Russell
2012-11-28
Revert "Fix to restore bindings after switching to vi-mode"
Max Bane
2012-11-02
Fixes for vi-mode terminal overwriting bugs
Jim Hester
2012-09-20
Fix to restore bindings after switching to vi-mode
Jim Hester
2010-09-30
Reorganizing plugins so that each plugin has it's own directory now so that a...
Robby Russell