From 36096f6d9608a014c05103d7ba6f472794fcc1ed Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 14 May 2018 15:32:36 +0200 Subject: bashrc: enabled vi cmd editing. vimrc: added keymap for visual find grep and all buffer search/repleace --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index ab476dd..5491449 100644 --- a/bashrc +++ b/bashrc @@ -38,7 +38,7 @@ function vimode { bind -m vi-command 'Control-e:end-of-line' bind -m vi-insert 'Control-a:beginning-of-line' bind -m vi-insert 'Control-e:end-of-line' - bind -m vi-command '"v":""' # disable opening tmp file + #bind -m vi-command '"v":""' # disable opening tmp file } function normalmode { -- cgit v1.2.3