[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:
parent
ab3d67f850
commit
6f842540a8
|
@ -175,14 +175,6 @@ let g:gruvbox_contrast_dark = '(hard)'
|
||||||
let g:gruvbox_italic=1
|
let g:gruvbox_italic=1
|
||||||
colorscheme gruvbox
|
colorscheme gruvbox
|
||||||
|
|
||||||
" Remap '[' and ']' for vim-unimpaired
|
|
||||||
nmap < [
|
|
||||||
nmap > ]
|
|
||||||
omap < [
|
|
||||||
omap > ]
|
|
||||||
xmap < [
|
|
||||||
xmap > ]
|
|
||||||
|
|
||||||
" FIXME: missing UltiSnips configuration
|
" FIXME: missing UltiSnips configuration
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|
Loading…
Reference in a new issue