-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ideavimrc
27 lines (26 loc) · 892 Bytes
/
.ideavimrc
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
set relativenumber
set commentary
imap <silent> jj <esc>
nmap <silent> Y v$hy
nmap <silent> ss <Action>(ReformatCode)|<Action>(SaveDocument)
nmap <silent> SS <Action>(SaveDocument)
nmap <silent> gt <Action>(NextTab)
nmap <silent> gr <Action>(PreviousTab)
nmap <silent> tt <Action>(CloseContent)
nmap <silent> <space>ff <Action>(GotoFile)
nmap <silent> dh :noh<CR>
nmap <silent> '' ``
nmap <silent> - <C-e>
nmap <silent> ¿ <C-y>
map <silent> gcc gc
nmap <silent> <space>ww <C-w><C-w>
nmap <silent> <space>wk :wincmd k<CR>
nmap <silent> <space>wj :wincmd k<CR>
nmap <silent> <space>wh :wincmd k<CR>
nmap <silent> <space>wl :wincmd k<CR>
nmap <silent> <space>ws <C-w>s
nmap <silent> <space>wv <C-w>v
nmap <silent> <space>wd <Action>(CloseEditor)
nmap <silent> <space>lh <Action>(QuickJavaDoc)
nmap <silent> <space>lr <Action>(RenameElement)
nmap <silent> <space>lf <Action>(GotoDeclaration)