Skip to content

Instantly share code, notes, and snippets.

@exc4
exc4 / ideavimrc
Created March 8, 2018 13:50
vimrc and ideavimrc
set surround
nnoremap g; :action JumpToLastChange<Enter>
nnoremap g, :action JumpToNextChange<Enter>
nnoremap [[ :action MethodUp<Enter>
nnoremap ]] :action MethodDown<Enter>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#