add binding for navigating in zsh

This commit is contained in:
2024-08-06 04:08:40 +05:30
parent a7170ecbe6
commit ff64167b1c

View File

@ -11,6 +11,8 @@
initExtra = ''
nitch
export WINIT_X11_SCALE_FACTOR=1
bindkey "^A" vi-beginning-of-line
bindkey "^E" vi-end-of-line
'';
};
lazygit.enable = true;