Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I undo a 'set arabic' command in Vim?

Tags:

vim

I'm a vim noob who was doing a little exploring. In the terminal I ran :set arabic just out of curiosity.

I ended up with all my code right-justified and flipped backwards (i.e. import became tropmi).

I understand that exiting Vim and restarting will undo those changes. I am just interested in knowing what command would reverse those changes without me having to close and open Vim.

like image 680
marchen Avatar asked Dec 08 '25 10:12

marchen


1 Answers

I believe the proper incantation is :set noarabic. See http://vimdoc.sourceforge.net/htmldoc/arabic.html

like image 92
Fred Larson Avatar answered Dec 11 '25 19:12

Fred Larson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!