1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:26:04 +02:00

fixing typo in italian vim

This commit is contained in:
mxmxyz 2020-09-06 23:16:42 +02:00 committed by Starbeamrainbowlabs
parent ae3ba00236
commit 4d8b097fb9

View file

@ -1,6 +1,6 @@
# vim
> Vi IMproved, un editor di testo per programamtori che fornisce diverse modalità per modificare testo.
> Vi IMproved, un editor di testo per programmatori che fornisce diverse modalità per modificare testo.
> Premi `i` per entrare in insert mode e `<Esc>` per tornare in normal mode dove non puoi inserire testo normalmente.
> Maggiori informazioni: <https://www.vim.org>.