commit 70de547904fdf75d20085b599888055af2c35ec9 parent 4851fcddaffed70ea22370f4208b341186c55a40 Author: Daniel Moch <daniel@danielmoch.com> Date: Sat, 3 Feb 2018 22:32:16 -0500 inputrc: Ensure programs start in emacs mode Diffstat:
M | .inputrc | | | 17 | +---------------- |
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git a/.inputrc b/.inputrc @@ -1,27 +1,12 @@ -# Vi keymap set vi-cmd-mode-string "[n]" set vi-ins-mode-string "[i]" set emacs-mode-string "" - -# Single-tab completion set show-all-if-ambiguous on - -# Make completion behavior for symlinked directories the same as regular directories set mark-symlinked-directories on - -# My speakers are almost always muted, so use the visual bell instead set bell-style visible - -# Right arrow to cycle through possible completions Control-Space: menu-complete - -# Up arrow will try to complete from my history "\e[A": history-search-backward - set keymap vi-command - -# k key in vi-command to complete from my history "k": history-search-backward - -# l key to cycle through possible completions "L": menu-complete +set keymap emacs