summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgy <dgy@texto-plano.xyz>2023-03-25 18:14:13 -0300
committerdgy <dgy@texto-plano.xyz>2023-03-25 18:14:13 -0300
commit81ee6ddbd3edd62444b0bf7d1d72ad5063565d83 (patch)
treec79b41ec83a4624884818ac0286bd9178df30b82
parent7cf9e57f007cd341871d550de8b91cc0bbed9fdc (diff)
downloadbsd_dots-81ee6ddbd3edd62444b0bf7d1d72ad5063565d83.tar.gz
Arreglar exrc. Saque el comando de fzf y modifique el corrector paraHEADmain
usar diccionario de espaƱol argentino.
-rw-r--r--exrc8
1 files 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
Un proyecto texto-plano.xyz