Skip to content

Commit

Permalink
Modify
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnk committed Feb 3, 2016
1 parent 8e0d42f commit 31276c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions vim/profiles/appends.vim
Expand Up @@ -10,6 +10,7 @@ imap <C-h> <SID>(backspace)
nmap <Leader>ev <SID>(edit-vimrc)
nmap <Leader>eg <SID>(edit-gvimrc)
nmap <Leader>nt <SID>(create-new-tab)
nmap <Leader>mt <SID>(buffer-to-new-tab)
" feel good repeat-substitute
Expand Down Expand Up @@ -59,6 +60,7 @@ if has('gui_running')
set go=
endif

nnoremap <silent> <SID>(create-new-tab) :<C-u>tabnew<CR>
" <Leader>mt move current buffer into a new tab.
nnoremap <silent> <SID>(buffer-to-new-tab) :<C-u>call <SID>move_window_into_tab_page(0)<CR>
" kana's useful tab function {{{
Expand Down
2 changes: 1 addition & 1 deletion vim/profiles/bundles.vim
Expand Up @@ -141,7 +141,7 @@ NeoBundle 'kmnk/vim-unite-giti', {
" }}}

" my forked plugins {{{
NeoBundle 'kmnk/sonictemplate-vim' " TODO not fork should extends
NeoBundle 'kmnk/sonictemplate-vim' " TODO not fork should extends http://mattn.kaoriya.net/software/vim/20110728094347.htm
" }}}

call neobundle#end()
Expand Down

0 comments on commit 31276c8

Please sign in to comment.