diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-05-14 15:32:36 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-05-14 15:32:36 +0200 |
commit | 36096f6d9608a014c05103d7ba6f472794fcc1ed (patch) | |
tree | bafb6935d15ded930cfa90bb67ebafa9561a935d /bashrc | |
parent | 1334be46cddda02e659b4785e93e9e2347d84704 (diff) | |
download | dotfiles-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-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |