nix-config/home/vim/after/plugin/mappings/unimpaired.vim

8 lines
132 B
VimL

" Better fr layout mappings for vim-unimpaired and other '[' and ']' commands
nmap ( [
nmap ) ]
omap ( [
omap ) ]
xmap ( [
xmap ) ]