From 5eee5b44924bf9079a67d5bc7612bfad56ddeed3 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 17 Jan 2020 19:14:34 +0300 Subject: config restructuring and cleanup --- dotfiles/.config/zsh/.inputrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dotfiles/.config/zsh/.inputrc (limited to 'dotfiles/.config/zsh/.inputrc') 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 -- cgit v1.2.3