From 6fd0246b68f25812417536d5ba20e2d9df27cb67 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 19 Oct 2016 18:12:58 +0200 Subject: moved inputrc keymaps to bashrc --- bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index db0ff88..cf7428c 100644 --- a/bashrc +++ b/bashrc @@ -8,6 +8,8 @@ if [ "$TERM" == "xterm" ]; then export TERM=xterm-256color; fi # enable vi mode (use 'bind -P' to see bindings) set -o vi +bind -m vi-insert '"jj":vi-movement-mode' +bind -m vi-insert 'Control-l:clear-screen' # disable sticky mode stty -ixon -- cgit v1.2.3