aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-01 23:55:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-01 23:55:46 +1200
commit7814a00e2fd9f53aac70c930414de3b035111b30 (patch)
treee4f9226f740dc1e62704d5a7531f135a4168aa8f /vim/vimrc
parentInclude install-vim-plugin in install-vim target (diff)
downloaddotfiles-7814a00e2fd9f53aac70c930414de3b035111b30.tar.gz
dotfiles-7814a00e2fd9f53aac70c930414de3b035111b30.zip
Correct \V mapping
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index fb404fe8..29ddccec 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -257,7 +257,7 @@ nnoremap <Bslash>u :<C-U>setlocal spelllang=en_us<CR>
" \v shows all global variables
nnoremap <Bslash>v :<C-U>let g: v:<CR>
" \V shows all local variables
-nnoremap <Bslash>v :<C-U>let b: t: w:<CR>
+nnoremap <Bslash>V :<C-U>let b: t: w:<CR>
" \w toggles wrapping
nnoremap <Bslash>w :<C-U>set wrap! wrap?<CR>
" \x strips trailing whitespace via a custom plugin