Enhancements to Shell and Vim Productivity
danielmiessler.com
Enhancements to Shell and Vim Productivity
1–10 of 62 posts
Re: Enhancements to Shell and Vim Productivity
#2Nice list of things to try, I don't use vim but I've been putting off doing 3 of them (caps remap, iTerm and zsh).
Re: Enhancements to Shell and Vim Productivity
#3Re: Enhancements to Shell and Vim Productivity
#4However, it is useful some of the time. Since viins is pretty useless by default, you can spice it up by setting custom bindings (e.g. copy emacs') and get the best of both worlds. Furthermore, this may be helpful: http://www.bewatermyfriend.org/media/vi-mode.zsh
Re: Enhancements to Shell and Vim Productivity
#5A mapping I've been using for years. I'm pretty sure between this and Ctrl-c, I never hit escape in Vim anymore.
Re: Enhancements to Shell and Vim Productivity
#6Caps remap is my favorite. My pinky is much happier.
Re: Enhancements to Shell and Vim Productivity
#7Re: Enhancements to Shell and Vim Productivity
#8I'm a full-time Vim user who has never taken to `bindkey -v`. The reason is simple: I'm using insert mode 99% of the time, so using vi keybindings just makes me have to hit an extra key. However, it is useful some of the time. Since viins is pretty useless by default, you can spice it up by setting custom bindings (e.g. copy emacs') and get the best of both worlds. Furthermore, this may be helpful: http://www.bewater…
So there's not really an extra key, you get both benefits :).
Re: Enhancements to Shell and Vim Productivity
#9When you have already remapped Caps-Lock as an additional control, why not just use Ctrl-[ instead of the 'jj' remapping for Escape. It saves a bit of Vim configuration, and also works in Bash vi mode.
Re: Enhancements to Shell and Vim Productivity
#10Caps remap is my favorite. My pinky is much happier.