Skip to content

Instantly share code, notes, and snippets.

@gabrielbidula
Created January 3, 2023 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielbidula/803ce79979dbd18ae7905d564f36832d to your computer and use it in GitHub Desktop.
Save gabrielbidula/803ce79979dbd18ae7905d564f36832d to your computer and use it in GitHub Desktop.
.ideavimrc
let mapleader = ","
set scrolloff=5
set incsearch
map Q gq
set rnu
set showmode
set clipboard+=unnamed
set ideastrictmode
nmap gi :action GotoSuperMethod<CR>
nnoremap <silent> <Leader>f viw:action FindInPath<CR>
nnoremap <leader>rn viw:action RenameElement <CR>
nnoremap <leader>rc :action ReformatCode<CR>
""""""""""""""""""""""""""""""""""""""Run""""""""""""""""""""""""""""""""""""""
nnoremap <leader>rg :action RunConfiguration<CR>
nnoremap <leader>rr :action Run<CR>
nnoremap <leader>rc :action RunClass<CR>
nnoremap <leader>ca :action ShowIntentionActions<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment