From b92f1c2161a4f4f2fb480fc04d92cb0344447ebe Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 13 Feb 2016 21:53:25 +0100 Subject: bashrc: don't block ctrl-p inside of containers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index aff66d0..78dacea 100644 --- a/bashrc +++ b/bashrc @@ -104,6 +104,7 @@ td() { -v $HOME/.vim:/root/.vim:ro \ -e TERM=xterm-256color \ -e EDITOR=vim \ + --detach-keys "ctrl-a,a" \ mssola/td:latest --tlsverify=false "$@" } source_maybe $HOME/.tdcompletion.sh -- cgit v1.2.3