summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
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 {