-
Notifications
You must be signed in to change notification settings - Fork 3
/
.vrapperrc
51 lines (43 loc) · 1.21 KB
/
.vrapperrc
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
" vim: set sw=4 ts=4 sts=4 et tw=78 foldmarker={,} foldlevel=0 foldmethod=marker spell:
" Maps {
imap jj <Esc>
imap jw <Esc>:w<CR>a
imap jk <Esc>:w<CR>
noremap <C-B> <C-V>
nnoremap <C-W> :q<CR>
nnoremap K i<CR><Esc>
eclipseaction eclipsenextmember org.eclipse.jdt.ui.edit.text.java.goto.next.member
nnoremap ]] :eclipsenextmember<cr>
eclipseaction eclipseprevmember org.eclipse.jdt.ui.edit.text.java.goto.previous.member
nnoremap [[ :eclipseprevmember<cr>
"org.eclipse.jdt.ui.edit.text.java.toggle.comment
"org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment
" }
" Configuración Global {
" See http://vrapper.sourceforge.net/documentation/?topic=configuration
set ignorecase
set smartcase
set incsearch
set tabstop=4
set shiftwidth=4
set scrolloff=4
set autochdir
set contentassistmode
set clipboard=unnamed,unnamedplus
" }
" Server maps {
eclipseaction runOnServer org.eclipse.debug.ui.commands.RunLast
eclipseaction fullPublish org.jboss.ide.eclipse.as.wtp.ui.fullPublishCommand
map <SPACE>rd :runOnServer<CR>
map <SPACE>rf :fullPublish<CR>
" }
" Debug {
eclipseaction toggle org.eclipse.debug.ui.commands.ToggleBreakpoint
nmap <SPACE>dt :toggle
" }
" Plugins {
" Cambio de Tab {
nnoremap gt <C-W>gt
nnoremap gT <C-W>gT
"}
"}