[FIX][VIM] Remove '<' and '>' remappings

I prefer having them available to change the indentation of a block of
code instead of having an easier time using vim-unimpaired, which I
haven't even bothered trying to learn yet...
This commit is contained in:
Bruno BELANYI 2019-07-12 16:37:26 +02:00
parent ab3d67f850
commit 6f842540a8

View file

@ -175,14 +175,6 @@ let g:gruvbox_contrast_dark = '(hard)'
let g:gruvbox_italic=1
colorscheme gruvbox
" Remap '[' and ']' for vim-unimpaired
nmap < [
nmap > ]
omap < [
omap > ]
xmap < [
xmap > ]
" FIXME: missing UltiSnips configuration
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""