Rethinking my workflow a bit
[dotfiles] / .bashrc
diff --git a/.bashrc b/.bashrc
index fad15ea..b79d1ed 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -114,5 +114,9 @@ on_prompt() {
     fi
 }
 
+# Set vi keybindings
+set -o vi
+
 # Call on_prompt() every time the command prompt executes
 PROMPT_COMMAND=on_prompt
+