Skip to content

Instantly share code, notes, and snippets.

@mohitt
Created October 16, 2019 21:05
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 mohitt/2c66b9d1ac1618cf15e8bb2654af437c to your computer and use it in GitHub Desktop.
Save mohitt/2c66b9d1ac1618cf15e8bb2654af437c to your computer and use it in GitHub Desktop.
let mapleader=" "
nnoremap <Leader>ve :e ~/.ideavimrc<CR>
nnoremap <Leader>vl :source ~/.ideavimrc<CR>
set clipboard=unnamedplus,unnamed
set nu
set rnu
set is
"
nmap <Leader>f :action GotoFile<CR>
nmap <Leader>s :action FileStructurePopup<CR>
nmap <Leader>F :action FindInPath<CR>
nmap <Leader>a :action GotoAction<CR>
nmap <Leader>e :action SearchEverywhere<CR>
nmap <Leader>j :action PreviousTab<CR>
nmap <Leader>k :action NextTab<CR>
nmap <Leader>r :action RecentFiles<CR>
nmap <Leader>p :action ReformatWithPrettierAction<CR>
nmap <Leader>d :action CloseEditor<CR>
nmap <Leader>zt :action CloseAllEditorsButActive<CR>
nmap <Leader>zl :action SelectInProjectView<CR>
nmap gu :action ShowUsages<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment