dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit e9090cb0af5efa2988e7c98d72fcd5f8c2f78b35 (patch)
parent 8925a80b5408e3f8f1ad621c2b9bc07714c08a8a
Author: Alexander Karle <akarle@umass.edu>
Date:   Fri, 27 Jul 2018 16:52:22 -0400

Inputrc: C-l clears in vi mode

Diffstat:
Minputrc | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/inputrc b/inputrc @@ -4,4 +4,8 @@ Tab: menu-complete # vi keys! set editing-mode vi + set keymap vi-command +Control-l: clear-screen +set keymap vi-insert +Control-l: clear-screen