Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chris committed May 4, 2020
2 parents d5074a0 + 4e582ff commit 624909d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions idea/idea.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ noremap <leader>` <ESC>:action SelectInProjectView<CR>
" Leader key relevant
" quit
noremap <leader>q :wq<CR>
" w
"noremap <leader>w <ESC>:action<CR>
" write to favorite
noremap <leader>w <ESC>:action AddToFavoritesPopup<CR>
" error description
noremap <leader>e <ESC>:action ShowErrorDescription<CR>
" return
Expand Down Expand Up @@ -212,3 +212,4 @@ noremap ]] <ESC>:action MethodDown<CR>
" multiple cursors
map <A-M> <A-N>
set clipboard+=ideaput

0 comments on commit 624909d

Please sign in to comment.