Ver código fonte

added multipleCursorsfind binding

wreed4 8 anos atrás
pai
commit
4e68a1f28d
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      vimrc

+ 1 - 0
vimrc

@@ -318,6 +318,7 @@ nnoremap <leader><F1> :YcmForceCompileAndDiagnostics<CR>
 " }}}
 " {{{##### Multiple Cursors #####
 let g:multi_cursor_exit_from_insert_mode = 0
+nnoremap <leader><C-N> :MultipleCursorsFind
 
 " }}}
 " {{{##### Unite #####