From 229eb60f7349968512de79cc944082b0844c7a1b Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 21 May 2014 14:49:40 +0200 Subject: Bash config: "terminal flow control key": C^X -> C^P MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' -- cgit