zsh-vi-mode icon indicating copy to clipboard operation
zsh-vi-mode copied to clipboard

💻 A better and friendly vi(vim) mode plugin for ZSH.

Results 124 zsh-vi-mode issues
Sort by recently updated
recently updated
newest added

When opening a new terminal, the cursor is initially block shaped ![image](https://user-images.githubusercontent.com/13444106/108272538-5ef6a480-7140-11eb-8da6-9768afa495d0.png) when it should be in bar/beam shaped ![image](https://user-images.githubusercontent.com/13444106/108272936-e7754500-7140-11eb-8dec-b56065344506.png) To switch to beam shape, I have to type a...

duplicate
verified

## General information Custom escape keys breaks `CTRL-r` history search. - Terminal program: iTerm2 3.4.12 - Operating system: macOS Big Sur 11.6 - ZSH framework: oh-my-zsh - ZSH version: 5.8...

It would be really helpful to set the cursor position after opening the current command in the editor. Probably could be something similar to *zsh edit-command-line* https://github.com/zsh-users/zsh/blob/138f5bf144589a59ef009f26332652291cd0a944/Functions/Zle/edit-command-line#L45

enhancement

It would be great if there was support for "block" selection objects. For example: - `vib`: "select inner block" (between parens) - `caB`: "change a Block" {including brackets} - etc....

enhancement

## General information - Terminal program: QTerminal 0.16.1 - Operating system: Debian Bullseye - ZSH framework: none - ZSH version: 5.8 - ZVM version: ? ## Basic examination - [x]...

enhancement

## General information - Terminal program: alacritty 0.9.0 (fed349aaa) - Operating system: Linux arch 5.14.12-arch1-1 #1 SMP PREEMPT Wed, 13 Oct 2021 16:58:16 +0000 x86_64 GNU/Linux - ZSH framework: none,...

bug

## General information ## Basic examination tty from ssh access on FeeBSD-12.2 zsh used with Oh-my-zsh and antigen (installed from freebsd packages) zsh-5.8 add to oh-my-zsh as indicated (and also...

help wanted
good first issue

## General information ## Basic examination - [x] I have read through the [README](https://github.com/jeffreytse/zsh-vi-mode) page - [x] I have the latest version of zsh-vi-mode - [ ] I have tested...

bug
verified

I'm interested in this project as a longtime zsh user. I've noticed a lot of different "vi-mode" plugins over the years, and have used several: * https://github.com/sharat87/zsh-vim-mode/blob/master/zsh-vim-mode.plugin.zsh * https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/vi-mode/vi-mode.plugin.zsh *...

documentation
good first issue
question