Added vi keybindings to my command line!
[dotfiles] / .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