MarcoIeni / intellimacs

Spacemacs' like key bindings for IntelliJ platform.
MIT License
536 stars 94 forks source link

add search in project <leader>ps FindInPath #13

Closed mangosmoothie closed 4 years ago

mangosmoothie commented 4 years ago

additional key binding for FindInPath

MarcoIeni commented 4 years ago

FindInPath is already bound to 5 different key bindings. See:

spacemacs/files.vim
22:nnoremap <leader>fg    :action FindInPath<CR>
23:vnoremap <leader>fg    :action FindInPath<CR>

spacemacs/registers-rings-resume.vim
12:nnoremap <leader>rs    :action FindInPath<CR>
13:vnoremap <leader>rs    :action FindInPath<CR>

spacemacs/search-symbol.vim
18:nnoremap <leader>sp    :action FindInPath<CR>
19:vnoremap <leader>sp    :action FindInPath<CR>
20:nnoremap <leader>sl    :action FindInPath<CR>
21:vnoremap <leader>sl    :action FindInPath<CR>
22:nnoremap <leader>ss    :action FindInPath<CR>
23:vnoremap <leader>ss    :action FindInPath<CR>

In addition, <SPC> p s is not defined in spacemacs, so I don't like the idea to add this key binding, sorry. If you use it you can add it at the end of your .ideavimrc :)