We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a4861 commit 361b512Copy full SHA for 361b512
.vim/ftplugin/java.vim
@@ -79,6 +79,9 @@ inoremap <buffer> <F9> <C-O>A = new <Esc>^yE<End>pA();<Left><Left>
79
" To create a javadoc comment above the current line
80
nnoremap Zc O/**<CR><CR>/<Up><Space>
81
82
+" To create a normal multi-line comment above the current line
83
+nnoremap Zn O/*<CR><CR>/<Up><Space>
84
+
85
" Useful when editing javadoc comments
86
nnoremap ZR :se formatoptions+=ro<CR>
87
nnoremap Zr :se formatoptions-=ro<CR>
0 commit comments