]> code.kerkeslager.com Git - dotfiles/commitdiff
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 0e28220df35a63a6fca449520625cc02c4d4b53c..116567e14d1d9901600989941cce0b0271fc75d9 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