adjusted so vi keybindings didn't throw off ctrl l clear

This commit is contained in:
tomit4 2021-10-17 11:04:09 -07:00
parent 1bd14eff72
commit c36b937f91

View file

@ -5,6 +5,10 @@
# enable vi keybindings in terminal and terminal applications
set -o vi
# but keep ctrl l as the clear screen command
bind -m vi-command 'Control-l: clear-screen'
bind -m vi-insert 'Control-l: clear-screen'
[[ $- != *i* ]] && return
colors() {