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

# Reproduce - Open a new terminal. - Input the content "abc". - Press `Y` and then `p`. # Result The content becomes: ```zsh abcabc ``` # Expected behavior The...

bug
verified

Not sure exactly when this started happening, but pasting breaks in subtle ways. ![image](https://user-images.githubusercontent.com/6775919/104135013-2b0ab100-5342-11eb-8726-6632857103a7.png) Here I've entered normal mode, and hit `p`. This pasted the contents of the buffer below...

bug

Support / easy installation on Prezto? I'd love to test it out on my dotfiles repo so I was wondering if there are easy steps for setting it up with...

enhancement

For example, use j k i l instead of the default h j k l, and use h instead of i

enhancement
good first issue

## General infomation Terminal: Konsole OS: Ubuntu 20.04 ZSH framework: oh-my-zsh ZSH version 5.8 ZVM version 0.8.3 ## Basic examination - [x] I have read through the [README](https://github.com/jeffreytse/zsh-vi-mode) page -...

enhancement
good first issue

![ci](https://user-images.githubusercontent.com/6452650/119455038-c9386a00-bd6b-11eb-89bc-bcc14bf335d6.gif)

verified

curl 'https://exiftool.org/Image-ExifTool-12.26.tar.gz' \ -H 'authority: exiftool.org' \ -H 'pragma: no-cache' \ -H 'cache-control: no-cache' \ -H 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="90", "Microsoft Edge";v="90"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'upgrade-insecure-requests:...

bug
verified

This is a feature request to support `ys` in normal mode to surround `` with ``. It is similar to `ys` from visual selection mode. The description from [surround.vim](https://github.com/tpope/vim-surround): >```...

enhancement

we should have this switch ecosystem is like: ``` bindkey -M emacs '\eOQ\eOQ' one-wiget-from-.oh-my-zsh bindkey -M vicmd '\eOQ\eOQ' one-wiget-from-.oh-my-zsh bindkey -M viins '\eOQ\eOQ' one-wiget-from-.oh-my-zsh ``` *do now i have to...

bug
verified