Explorar o código

using multi-cursors-plugin now

Kevin H %!s(int64=11) %!d(string=hai) anos
pai
achega
74299a0a50
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      vimrc

+ 3 - 3
vimrc

@@ -19,6 +19,7 @@ Plugin 'airblade/vim-gitgutter'
 Plugin 'chriskempson/tomorrow-theme', {'rtp': 'vim/'}
 Plugin 'altercation/vim-colors-solarized'
 Plugin 'bling/vim-airline'
+Plugin 'terryma/vim-multiple-cursors'
 " all three following plugins are needed for vim-snipmate
 Bundle "MarcWeber/vim-addon-mw-utils"
 Bundle "tomtom/tlib_vim"
@@ -109,9 +110,8 @@ let g:airline_powerline_fonts = 1
 let g:airline#extensions#tabline#enabled = 1
 let g:airline#extensions#tabline#buffer_nr_show = 1
 
-" allways show tagbar
-"autocmd VimEnter * nested :call tagbar#autoopen(1)
-"let g:tagbar_autoclose = 0
+" multiple-cursors mapping
+let g:multi_cursor_nextkey='<C-d>'
 
 " activate mouse support
 set mouse=a