summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 37f2f60..db0ff88 100644
--- a/bashrc
+++ b/bashrc
@@ -6,6 +6,8 @@
if [ "$TERM" == "screen" ]; then export TERM=screen-256color; fi
if [ "$TERM" == "xterm" ]; then export TERM=xterm-256color; fi
+# enable vi mode (use 'bind -P' to see bindings)
+set -o vi
# disable sticky mode
stty -ixon