feat: add idea keybind
This commit is contained in:
parent
81eb3d0c83
commit
8a88ca8d78
|
|
@ -19,6 +19,7 @@ Plug 'tpope/vim-commentary'
|
||||||
set NERDTree
|
set NERDTree
|
||||||
|
|
||||||
nnoremap <leader><space> :action GotoFile<CR>
|
nnoremap <leader><space> :action GotoFile<CR>
|
||||||
|
nnoremap <leader>gc :action TextSearchAction<CR>
|
||||||
nnoremap <leader>e :action ActivateProjectToolWindow<CR>
|
nnoremap <leader>e :action ActivateProjectToolWindow<CR>
|
||||||
|
|
||||||
nnoremap <leader>cr :action RenameElement<CR>
|
nnoremap <leader>cr :action RenameElement<CR>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue