summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 4aa249b..7fcf07d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -55,7 +55,8 @@ test "$(ack --version | head -n1 | sed 's|^ack\s\([0-9]\+\).*|\1|')" -ge 2 \
|| ACK+=" -a"
# http://ruslanspivak.com/2010/11/25/bash-history-incremental-search-forward/
-stty stop ^X
+# ^X goes in to the way of vim's omnicompletion
+stty stop ^P
# op(t)inioned commands
alias tree='tree -a'