Re: Typing Persian (Farsi) in Vim

2018-11-30 Thread Bahman Eslami
Hello, Sorry for late reply and also taking your time on this, Tony: I added the configuration as you mentioned. After that when I typed Persian everything got typed as question marks and still as before every character I typed resulted in more than one character. So I still prefer to have the

Re: VIM & Eclipse

2018-11-30 Thread Ben Fritz
On Sunday, November 25, 2018 at 7:52:53 AM UTC-6, Andrew Long wrote: > > On 24 Nov 2018, at 14:35, Ben Fritz wrote: > > > > Why does Windows factor into your decision? Eclim works in Windows. The > > "install" just copies files into your vimfiles and eclipse plugin > > directories, so you may

Re: How to set noexpandtab for a specific file

2018-11-30 Thread Ben Fritz
On Saturday, November 24, 2018 at 3:20:32 PM UTC-6, Bradley Bell wrote: > I have the following two lines in my .vimrc: > :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab > set modeline > > On the first line of a file called automake.am, I have > # vim: set noexpandtab: > > When I open

mappings when in vim from terminal not the same

2018-11-30 Thread M Kelly
Hi, Perhaps a bit circular, but I live in vim terminal a lot and when I start vim to edit a file from a terminal shell some of my mappings do not work as they do when starting vim outside of terminal (as from a standard zsh). For example I have this: nnoremap viW When in vim from terminal