8 lines
132 B
VimL
8 lines
132 B
VimL
" Better fr layout mappings for vim-unimpaired and other '[' and ']' commands
|
|
nmap ( [
|
|
nmap ) ]
|
|
omap ( [
|
|
omap ) ]
|
|
xmap ( [
|
|
xmap ) ]
|