Added vi keybindings to my command line!
authorDavid Kerkeslager <kerkeslager@gmail.com>
Fri, 13 Mar 2015 18:26:12 +0000 (14:26 -0400)
committerDavid Kerkeslager <david.kerkeslager@globalpovertyproject.com>
Tue, 4 Aug 2015 15:01:26 +0000 (15:01 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 0e28220..116567e 100644 (file)
--- 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