Skip to content

Commit

Permalink
added quick tab create
Browse files Browse the repository at this point in the history
  • Loading branch information
fergusb committed Mar 31, 2015
1 parent 8ac3126 commit 2bca4be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" vim config file ~/.vimrc
" Fergus Bremner <fergus.bremner@gmail.com>
" Last Modified: 2015-03-24 02:08:02 CET
" Last Modified: 2015-03-24 02:49:22 CET

" Section: Settings {{{1
"---------------------------------------------------------------------------"
Expand Down Expand Up @@ -338,6 +338,9 @@ let g:mapleader = ","
" disable Ex Mode
nnoremap Q <Nop>
" new tab quick
nnoremap <leader>t :tabnew<cr>
" edit this file
nnoremap <leader>ev :tabe $HOME/.vimrc<cr>
Expand Down

0 comments on commit 2bca4be

Please sign in to comment.