Skip to content
Search Gists
Search Gists
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Luis M. González
luismgonzalez
0
followers
·
1
following
X
@luismgonzalez
View GitHub Profile
All gists
0
Starred
1
Sort
Recently created
Least recently created
Recently updated
Least recently updated
Sort
Recently created
Least recently created
Recently updated
Least recently updated
1 file
0 forks
0 comments
1 star
jansanchez
/
gist:f7a9d5c87bb730f189a0
Last active
April 15, 2025 00:32
Agregar caracteres al inicio y al final de cada archivo en VIM
agrega +" al inicio de cada linea
%s/^/
\+
"
/g
agrega \n" al final de cada linea
%s/$/\\n"/g
You can’t perform that action at this time.