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

8 lines
132 B
VimL
Raw Normal View History

2021-02-23 16:08:46 +01:00
" Better fr layout mappings for vim-unimpaired and other '[' and ']' commands
nmap ( [
nmap ) ]
omap ( [
omap ) ]
xmap ( [
xmap ) ]