aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-23 15:53:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-23 15:53:07 +1200
commit40fa4fe5abae544df6d765daca16d09ca540ef68 (patch)
treef8b666ea1aec9a3da527f446f9e82f2caa87c3bb /vim/vimrc
parentAllow count prefixes for [,] maps (diff)
downloaddotfiles-40fa4fe5abae544df6d765daca16d09ca540ef68.tar.gz
dotfiles-40fa4fe5abae544df6d765daca16d09ca540ef68.zip
Remove superfluous [t,]t maps
gt and gT are default and work fine
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 550488b4..75167735 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -210,9 +210,6 @@ nnoremap ]c :cnext<CR>
" Cycle through location list items
nnoremap [l :lprevious<CR>
nnoremap ]l :lnext<CR>
-" Cycle through tabs
-nnoremap [t :<C-U>tabprevious<CR>
-nnoremap ]t :<C-U>tabnext<CR>
" Insert blank lines around current line
nmap [<Space> <Plug>(PutBlankLinesAbove)