From 81ee6ddbd3edd62444b0bf7d1d72ad5063565d83 Mon Sep 17 00:00:00 2001 From: dgy Date: Sat, 25 Mar 2023 18:14:13 -0300 Subject: =?UTF-8?q?Arreglar=20exrc.=20Saque=20el=20comando=20de=20fzf=20y?= =?UTF-8?q?=20modifique=20el=20corrector=20para=20usar=20diccionario=20de?= =?UTF-8?q?=20espa=C3=B1ol=20argentino.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exrc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/exrc b/exrc index b174a82..dadaa83 100644 --- a/exrc +++ b/exrc @@ -29,10 +29,6 @@ map gg 1G map G G map R :ex^M -""File operations -"open with fzf -map  f ::!env FZF_DEFAULT_COMMAND='git ls-files' fzf >> % :edit GIEdit  :bg - " search and replace map \s :%s/ *$//g @@ -45,7 +41,7 @@ map gi :%!indent -i4 map gf :%!fmt -w 80 % "paragraph wrapping -map Q {j!}par P+. Q+__* g1 w80 +map Q {j!}par P+. Q+__* g1 w80 " reformat paragraph map gp :?^$?,//!fmt -w 80 @@ -78,7 +74,7 @@ map gt :%s/ *$// map rc +:r!xclip -o -sel clip^M " process file with hunspell -map gh :!hunspell -d en_US % +map gh :!hunspell -d es_AR % ""Manipulating Buffers -- cgit v1.2.3