summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2018-05-14 15:32:36 +0200
committerjohannst <stoelp@eit.uni-kl.de>2018-05-14 15:32:36 +0200
commit36096f6d9608a014c05103d7ba6f472794fcc1ed (patch)
treebafb6935d15ded930cfa90bb67ebafa9561a935d /bashrc
parent1334be46cddda02e659b4785e93e9e2347d84704 (diff)
downloaddotfiles-36096f6d9608a014c05103d7ba6f472794fcc1ed.tar.gz
dotfiles-36096f6d9608a014c05103d7ba6f472794fcc1ed.zip
bashrc: enabled vi cmd editing. vimrc: added keymap for visual find grep and all buffer search/repleace
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
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 {