aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-23 17:19:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-23 17:19:57 +1200
commitd02a2adf133ef1958b68e31dacacb27dde5ba1fe (patch)
treee88b0d2f4a558519dd171f47ab97c4458dd4a569 /vim
parentAdd some spaces before some comments (diff)
downloaddotfiles-d02a2adf133ef1958b68e31dacacb27dde5ba1fe.tar.gz
dotfiles-d02a2adf133ef1958b68e31dacacb27dde5ba1fe.zip
Allow numeric prefix before :bdelete map
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 61d60fd9..6775ca47 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -294,7 +294,7 @@ nnoremap <Bslash>+ :<C-U>call vimrc#Anchor('1GgqG')<CR>
nnoremap <Bslash>. :<C-U>lmake!<CR>
" \DEL deletes the current buffer
-nnoremap <Bslash><Delete> :<C-U>bdelete<CR>
+nnoremap <Bslash><Delete> :bdelete<CR>
" \INS edits a new buffer
nnoremap <Bslash><Insert> :<C-U>enew<CR>