Skip to content

Instantly share code, notes, and snippets.

@nulligor
Created October 30, 2019 23:32
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 nulligor/14935faf378ac65a745027d57b8616b8 to your computer and use it in GitHub Desktop.
Save nulligor/14935faf378ac65a745027d57b8616b8 to your computer and use it in GitHub Desktop.
.ideavimrc
let mapleader = ' '
set number
set incsearch hlsearch
set ignorecase smartcase
set clipboard=unnamed
set scrolloff=5
set showmode
set surround
set commentary
nnoremap [c :action VcsShowPrevChangeMarker<cr>
nnoremap ]c :action VcsShowNextChangeMarker<cr>
nnoremap [d :action QuickImplementations<cr>
nnoremap ]d :action QuickImplementations<cr>
nnoremap <leader>af :action ReformatCode<cr>
nnoremap <C-p> :action SearchEverywhere<CR>
nnoremap <C-f> :action GotoFile<CR>
nnoremap <C-n> :action ActivateProjectToolWindow<CR>
nnoremap <leader>n :action HideSideWindows<CR>
nnoremap <leader>kk gt
nnoremap <leader>jj gT
vnoremap < <gv
vnoremap > >gv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment