mirror of
https://github.com/chylex/dotfiles.git
synced 2024-11-25 05:42:47 +01:00
Compare commits
2 Commits
939134dc49
...
ac9b1d4248
Author | SHA1 | Date | |
---|---|---|---|
ac9b1d4248 | |||
41840c7b33 |
@ -137,6 +137,10 @@ nnoremap gp `[v`]
|
||||
xnoremap p P
|
||||
xnoremap P p
|
||||
|
||||
" Extend/shrink selection
|
||||
xmap + <Action>(EditorSelectWord)
|
||||
xmap - <Action>(EditorUnSelectWord)
|
||||
|
||||
" Show parameter info
|
||||
nmap <A-p> <Action>(ParameterInfo)
|
||||
imap <A-p> <Action>(ParameterInfo)
|
||||
@ -207,7 +211,7 @@ nmap g) <Action>(KM.GotoNextErrorInOtherMode)
|
||||
map za <Action>(Annotate)
|
||||
map zb <Action>(ViewBreakpoints)
|
||||
map zc <Action>(EditorContextInfo)
|
||||
map zd <Action>(QuickJavaDoc)
|
||||
map zd <Action>(ShowHoverInfo)
|
||||
map ze <Action>(ShowErrorDescription)
|
||||
map zf <Action>(SelectInProjectView)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user