diff --git a/dotfiles/config.org b/dotfiles/config.org index 74119ac..34ab98c 100644 --- a/dotfiles/config.org +++ b/dotfiles/config.org @@ -112,16 +112,21 @@ # Show the mode by changing the cursor set vi-ins-mode-string \1\e[6 q\2 set vi-cmd-mode-string \1\e[2 q\2 +#+END_SRC +Key-bindings for vi-mode: +#+BEGIN_SRC conf set keymap vi-command # these are for vi-command mode Control-l: clear-screen Control-a: beginning-of-line + Control-e: end-of-line set keymap vi-insert # these are for vi-insert mode Control-l: clear-screen Control-a: beginning-of-line + Control-e: end-of-line #+END_SRC * GnuPG