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

I'm considering wrapping the CUTBUFFER into getter and setter functions. This approach might minimize the extent of changes required in the existing code while also allowing other users to override...

## 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 - [x] I have tested with...

ZVM_VI_SURROUND_BINDKEY=s-prefix expect to trigger from 's' => 'gs', what should I do? 🙏

This pull request fixed the issue by appending the line `$reset_prompt && zvm_postpone_reset_prompt false true` to the respective functions

- Terminal program: Alacritty - Operating system: Arch - ZSH framework: None - ZSH version: 5.9 - ZVM version: 0.11.0 ## Basic examination - [x] I have read through the...

## General information Please report the following information as possible as you can: - Terminal program: Konsole (xterm-256color) - Operating system: Linux (6.4.9-arch1-1-g14 #1 SMP PREEMPT_DYNAMIC Thu, 10 Aug 2023...

## General information Please report the following information as possible as you can: - Terminal program: tmux 3.2a (screen) - Operating system: Linux (5.15.0-56-generic #62-Ubuntu SMP Tue Nov 22 19:54:14...

help wanted
good first issue

Only Sync `clipboard`, when `yank`. `change` or `delete` not sync. Use ohmyzsh buildin lib function `clipcopy` and `clippaste`

## 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 - [x] I have tested with...

I could not find it on the front page so I'll just ask here. Is it possible to type ls, go vim mode and copy all the files in vim...