aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 57d764e..a7d7cd9 100644
--- a/vimrc
+++ b/vimrc
@@ -319,7 +319,7 @@ function Textobj(char, callback)
normal! l
startinsert
elseif a:operator == 'v'
- normal! h
+ exe "normal! \<BS>"
endif
endfunction