From 6f842540a878be65a5b86cf80d5431051e6ce54f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 12 Jul 2019 16:37:26 +0200 Subject: [PATCH] [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... --- vim/.vimrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index c2d218f..db87677 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""