From 940c04349e64a17a7c7b4877c6e4db56d673a1d2 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Fri, 13 Mar 2015 14:26:12 -0400 Subject: [PATCH] Added vi keybindings to my command line! --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1