aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/zsh/inputrc
blob: f852d3b79737d13e86cb2e2240c466275a4075ce (plain)
1
2
3
4
5
6
7
8
9
10
11
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