aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorTeddy Wing2014-05-12 12:38:58 -0400
committerTeddy Wing2014-05-12 12:38:58 -0400
commit78844e0bbc57631345c0ad284ed1d9b42cd2906d (patch)
tree0966d4807c8b532f7cd617acd48b92aebba33942 /vimrc
parentb2e30a0ca84dca6b1e186ea9813c0c7014e0b3f8 (diff)
downloaddotvim-78844e0bbc57631345c0ad284ed1d9b42cd2906d.tar.bz2
vimrc: add leader mapping for :tabnew
Faster way to create new tabs.
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 08fac13..ed4bcf4 100644
--- a/vimrc
+++ b/vimrc
@@ -116,6 +116,9 @@
" * Add camelcasemotion plugin for moving inside camelCase and
" under_score words
"
+" 2014.05.12:
+" * Map <leader>tn to :tabnew
+"
" Pathogen
@@ -370,6 +373,8 @@ nnoremap <leader>bx :bp \| bd #<cr>
" Clear search highlighting
nnoremap <leader>/ :nohlsearch<cr>
+" Tabs
+nnoremap <leader>tn :tabnew<cr>
" Commands