feat: add idea keybind

This commit is contained in:
bieniucieniu 2025-07-12 11:38:15 +02:00
parent 81eb3d0c83
commit 8a88ca8d78
1 changed files with 1 additions and 0 deletions

View File

@ -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>