dots

Mika's dotfiles
git clone git://popovic.xyz/dots.git/
Log | Files | Refs | README

commit 78d1bc125f25103f2c1f1b92205dc38c5e6c2c5e
parent 0fcb6ebaebde362fc48f9bc2809936331854a571
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Mon, 12 Jan 2026 21:00:49 +0000

add edit shell line in vim

Diffstat:
M.config/shell/bindings | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.config/shell/bindings b/.config/shell/bindings @@ -4,6 +4,11 @@ bindkey -v export KEYTIMEOUT=1 +autoload -z edit-command-line +zle -N edit-command-line +bindkey -M vicmd v edit-command-line + + # Change cursor shape when in vi mode function zle-keymap-select { if [[ ${KEYMAP} == vicmd ]] ||