-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_ideavimrc
More file actions
71 lines (59 loc) · 2.25 KB
/
Copy pathdot_ideavimrc
File metadata and controls
71 lines (59 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
inoremap jj <ESC>
let mapleader=" "
set clipboard=unnamedplus scrolloff=5 notimeout
set showcmd NERDTree commentary matchit which-key
sethandler <C-a> a:ide
sethandler <C-b> a:ide
sethandler <C-c> a:ide
sethandler <C-d> a:ide
sethandler <C-f> a:ide
sethandler <C-h> a:ide
sethandler <C-j> a:ide
sethandler <C-k> a:ide
sethandler <C-l> a:ide
sethandler <C-n> a:vim
sethandler <C-p> a:ide
sethandler <C-q> a:ide
sethandler <C-r> a:vim
sethandler <C-s> a:ide
sethandler <C-v> a:vim
sethandler <C-w> a:ide
sethandler <A-j> a:vim
sethandler <A-k> a:vim
sethandler <A-h> a:vim
sethandler <A-l> a:vim
sethandler <A-d> a:vim
map <leader>ww <Action>(SaveAll)
map <leader>qq <Action>(CloseContent)
map <leader>rf <Action>(ReformatCode)
map <leader>rn <Action>(RenameElement)
map <leader>rp <Action>(Replace)
map <leader>rs <Action>(RestartIde)<Enter>
map <leader>ha <Action>(HideAllWindows)
map <leader>da <Action>(ActivateProblemsViewToolWindow)
map <leader>ds <Action>(ShowErrorDescription)
map <leader>dn <Action>(GotoNextError)
map <leader>dp <Action>(GotoPreviousError)
map <leader>la <Action>(ShowIntentionActions)
map <leader>cfp <Action>(CopyReferencePopupGroup)
map <leader>sd <Action>(QuickJavaDoc)
map <leader>fs <Action>(Switcher)
map <leader>fd <Action>(ActivateProblemsViewToolWindow)
map <leader>fg <Action>(FindInPath)
map <leader>fid <Action>(VimFindActionIdAction)
map <A-k> <Action>(TabShiftActions.MoveFocusUp)
map! <A-k> <Action>(TabShiftActions.MoveFocusUp)
map <A-j> <Action>(TabShiftActions.MoveFocusDown)
map! <A-j> <Action>(TabShiftActions.MoveFocusDown)
map <A-h> <Action>(TabShiftActions.MoveFocusLeft)
map! <A-h> <Action>(TabShiftActions.MoveFocusLeft)
map <A-l> <Action>(TabShiftActions.MoveFocusRight)
map! <A-l> <Action>(TabShiftActions.MoveFocusRight)
map <A-d> <Action>(CloseAllEditors)
map! <A-d> <Action>(CloseAllEditors)
map <leader><S-k> <Action>(TabShiftActions.StretchUp)<Action>(ResizeToolWindowUp)
map <leader><S-j> <Action>(TabShiftActions.StretchDown)<Action>(ResizeToolWindowDown)
map <leader><S-h> <Action>(TabShiftActions.StretchLeft)<Action>(ResizeToolWindowLeft)
map <leader><S-l> <Action>(TabShiftActions.StretchRight)<Action>(ResizeToolWindowRight)
map <leader><S-a> <Action>(tabshifter.Actions.EqualSizeSplit)<Action>(MaximizeToolWindow)
set ideajoin