Skip to content

Instantly share code, notes, and snippets.

@artworx
Created September 6, 2016 05:48
Show Gist options
  • Save artworx/d44425439035167231aaf52e8931b0b4 to your computer and use it in GitHub Desktop.
Save artworx/d44425439035167231aaf52e8931b0b4 to your computer and use it in GitHub Desktop.
set visualbell
set noerrorbells
set ignorecase
let mapleader=","
imap jj <ESC>
nnoremap <leader>r :action RenameElement<CR>
nnoremap <leader>a :action GotoRelated<CR>
nnoremap <leader>vs :source ~/.ideavimrc<CR>
nnoremap <C-P> :action SearchEverywhere<CR>
nnoremap <leader>w :action AceJumpAction<CR>
map <leader>f :action RecentFiles<CR>
map <F9> :action FileStructurePopup<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment