From: David Kerkeslager Date: Fri, 13 Mar 2015 18:26:12 +0000 (-0400) Subject: Added vi keybindings to my command line! X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=940c04349e64a17a7c7b4877c6e4db56d673a1d2 Added vi keybindings to my command line! --- diff --git a/.bashrc b/.bashrc index 0e28220..116567e 100644 --- a/.bashrc +++ b/.bashrc @@ -114,6 +114,8 @@ on_prompt() { fi } +set -o vi + # Call on_prompt() every time the command prompt executes PROMPT_COMMAND=on_prompt