projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4633d58
)
Added vi keybindings to my command line!
author
David Kerkeslager
<kerkeslager@gmail.com>
Fri, 13 Mar 2015 18:26:12 +0000
(14:26 -0400)
committer
David Kerkeslager
<david.kerkeslager@globalpovertyproject.com>
Tue, 4 Aug 2015 15:01:26 +0000
(15:01 +0000)
.bashrc
patch
|
blob
|
history
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