Created
October 16, 2019 21:05
-
-
Save mohitt/2c66b9d1ac1618cf15e8bb2654af437c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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