aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-20 20:43:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-20 20:43:20 +1200
commit705d586b84dc3325383c3f4dbcfde5af5ba2a782 (patch)
tree6d1d2626b31eb059779e9d4b8ffd8dc67fae0aa7
parentUpgrade, reconfig strip_trailing_whitespace plugin (diff)
downloaddotfiles-705d586b84dc3325383c3f4dbcfde5af5ba2a782.tar.gz
dotfiles-705d586b84dc3325383c3f4dbcfde5af5ba2a782.zip
Remove any range from \e mapping
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 093023c6..6ec2e977 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -264,7 +264,7 @@ nnoremap <Bslash>d :read !date<CR>
" \D inserts the UTC date (POSIX date)
nnoremap <Bslash>D :read !date -u<CR>
" \e forces a buffer to be editable
-nnoremap <Bslash>e :setlocal modifiable noreadonly<CR>
+nnoremap <Bslash>e :<C-U>setlocal modifiable noreadonly<CR>
" \f shows the current 'formatoptions' at a glance
nnoremap <Bslash>f :<C-U>setlocal formatoptions?<CR>
" \g changes directory to the current file's location