diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-02 14:22:19 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-02 14:22:19 +0300 |
commit | 06ebba4c53dc2751a2aad1cbccb870bb7db6dc07 (patch) | |
tree | 3ed4a5006d7f66b54bcf7e32df2add4bcf9a5911 /dotfiles/.config/zsh/inputrc | |
parent | 348fd5f7ffd4586b8599615dd453dcc61af3ace7 (diff) | |
download | swayrice-06ebba4c53dc2751a2aad1cbccb870bb7db6dc07.tar.gz swayrice-06ebba4c53dc2751a2aad1cbccb870bb7db6dc07.zip |
HUGE home cleanup
Diffstat (limited to 'dotfiles/.config/zsh/inputrc')
-rw-r--r-- | dotfiles/.config/zsh/inputrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dotfiles/.config/zsh/inputrc b/dotfiles/.config/zsh/inputrc new file mode 100644 index 0000000..f852d3b --- /dev/null +++ b/dotfiles/.config/zsh/inputrc @@ -0,0 +1,12 @@ +$include /etc/inputrc +set editing-mode vi +$if mode=vi + +set keymap vi-command +# these are for vi-command mode +Control-l: clear-screen + +set keymap vi-insert +# these are for vi-insert mode +Control-l: clear-screen +$endif |