Browse Source

Adjust idea vimrc: space+w to close current content

ubuntu_ci
Ein Verne 3 years ago
parent
commit
f876683568
  1. 1
      idea/.ideavimrc

1
idea/.ideavimrc

@ -101,6 +101,7 @@ nnoremap tp :action ActivateProjectToolWindow<CR>
" actions " actions
nnoremap <space>q :action CloseContent<cr> nnoremap <space>q :action CloseContent<cr>
nnoremap <space>w :action CloseContent<cr>
nnoremap <space>Q :action ReopenClosedTab<cr> nnoremap <space>Q :action ReopenClosedTab<cr>
nnoremap <space>\ :action VimFilePrevious<cr> nnoremap <space>\ :action VimFilePrevious<cr>
nnoremap <space>e :action SearchEverywhere<cr> nnoremap <space>e :action SearchEverywhere<cr>

Loading…
Cancel
Save