aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 00:47:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 00:47:32 +1200
commit3aedec1242fdab4f7a8aa664ebd25e81c302e406 (patch)
treed26e4b38f1ebe8738806ef7b996e08a8d758befd
parentMove :PutDate and :UTC implementations into plugin (diff)
downloaddotfiles-3aedec1242fdab4f7a8aa664ebd25e81c302e406.tar.gz
dotfiles-3aedec1242fdab4f7a8aa664ebd25e81c302e406.zip
Correct <Leader>E map definition
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index cc317820..ba5d002c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1377,7 +1377,7 @@ nnoremap <Leader><Insert>
nnoremap <Leader>e
\ :<C-U>setlocal modifiable noreadonly<CR>
"" Leader,E locks a buffer, reversible with <Leader>e
-nnoremap <Leader>e
+nnoremap <Leader>E
\ :<C-U>setlocal nomodifiable readonly<CR>
"" Leader,j jumps to buffers ("jetpack")
nnoremap <Leader>j