Syntax-highlighting last character in a line

2019-01-17 Thread martin f krafft
Hello, I am trying to transition to format=flowed for e-mails, which is harder than it should be. I'd like to enlist vim to help me. What I would like to achieve is to highlight any final characters of a line that aren't spaces, i.e. /\S$/, unless the line is followed by an empty line. The

Re: Help! how to switch between visual mode and insert mode ?

2019-01-17 Thread 王子陌
在 2019年1月17日星期四 UTC+8下午11:51:45,Tony Mechelynck写道: > On Thu, Jan 17, 2019 at 4:10 PM 王子陌 wrote: > > > > Help! I want to get to visual mode when I'm in insert mode, the problem is: > > > > if there's a line: > > > > abcdefg > > > > When the cursor is at the end of the line and I use to switch to

Re: Help! how to switch between visual mode and insert mode ?

2019-01-17 Thread Tony Mechelynck
On Thu, Jan 17, 2019 at 4:10 PM 王子陌 wrote: > > Help! I want to get to visual mode when I'm in insert mode, the problem is: > > if there's a line: > > abcdefg > > When the cursor is at the end of the line and I use to switch to normal > mode and use v to visual mode, the cursor goes left, which

Help! how to switch between visual mode and insert mode ?

2019-01-17 Thread 王子陌
Help! I want to get to visual mode when I'm in insert mode, the problem is: if there's a line: abcdefg When the cursor is at the end of the line and I use to switch to normal mode and use v to visual mode, the cursor goes left, which made me unable to map a command that is universe. Help!