From 87f255d26512944c9bfec4c8b71681a24ce7df95 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 26 Feb 2022 13:42:23 +0100 Subject: [PATCH] home: vim: remove unimpaired mappings I do not use `azerty` anymore, no need for those. --- home/vim/after/plugin/mappings/unimpaired.vim | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 home/vim/after/plugin/mappings/unimpaired.vim diff --git a/home/vim/after/plugin/mappings/unimpaired.vim b/home/vim/after/plugin/mappings/unimpaired.vim deleted file mode 100644 index 53457bd..0000000 --- a/home/vim/after/plugin/mappings/unimpaired.vim +++ /dev/null @@ -1,7 +0,0 @@ -" Better fr layout mappings for vim-unimpaired and other '[' and ']' commands -nmap ( [ -nmap ) ] -omap ( [ -omap ) ] -xmap ( [ -xmap ) ]