From: Simon Ruderich Date: Thu, 29 May 2014 22:26:33 +0000 (+0200) Subject: inputrc: add instructions to map keys in Vi command mode X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=7a779b6cf91369c3f364944dc963fa2861754f29 inputrc: add instructions to map keys in Vi command mode --- diff --git a/inputrc b/inputrc index 63c660b..cf06ec1 100644 --- a/inputrc +++ b/inputrc @@ -34,6 +34,8 @@ set editing-mode vi # KEY BINDINGS +# Insert mode. + # Use jk to exit insert mode (jj is too slow). "jk": vi-movement-mode @@ -45,3 +47,8 @@ set editing-mode vi # Allow in Vi normal mode to clear the screen. "\C-L": clear-screen + +# Command mode. +set keymap vi + +# No bindings yet.