Re: [dev] [vis] text_line_end() in insert mode

2016-02-16 Thread k0ga
>> Idea: modify `st` so it can change `cursorahape` dynamically, modify >> `vis` to change the cursor on mode change. > Maybe I'm crazy, but doesn't st already do this? Neovim is able to change the > cursor when running in it. There is a sequence to chnge the cursor shape, and I guess neovim is

Re: [dev] [vis] text_line_end() in insert mode

2016-02-01 Thread Marc André Tanner
On Mon, Feb 01, 2016 at 10:02:28AM +, Raphaël Proust wrote: > Markus, Marc, , > > On 31 January 2016 at 18:56, Markus Teich wrote: > > Marc André Tanner wrote: > >> The END-mapping was actually using text_line_lastchar not text_line_end. I > >> now added a new

Re: [dev] [vis] text_line_end() in insert mode

2016-02-01 Thread Raphaël Proust
Markus, Marc, , On 31 January 2016 at 18:56, Markus Teich wrote: > Marc André Tanner wrote: >> The END-mapping was actually using text_line_lastchar not text_line_end. I >> now added a new key action for text_line_end. The behaviour might still be >> inconsistent

Re: [dev] [vis] text_line_end() in insert mode

2016-02-01 Thread hugues . ross
> Idea: modify `st` so it can change `cursorahape` dynamically, modify > `vis` to change the cursor on mode change. Maybe I'm crazy, but doesn't st already do this? Neovim is able to change the cursor when running in it.

Re: [dev] [vis] text_line_end() in insert mode

2016-01-31 Thread Markus Teich
Marc André Tanner wrote: > The END-mapping was actually using text_line_lastchar not text_line_end. I > now added a new key action for text_line_end. The behaviour might still be > inconsistent (for example in vim's visual modes `$` seems to behave like > ) but at least it can now be configured

Re: [dev] [vis] text_line_end() in insert mode

2016-01-20 Thread Marc André Tanner
On Wed, Jan 20, 2016 at 07:58:39AM +0100, Markus Teich wrote: > Heyho Marc, > > something I don't seem to be able to figure out: When pressing the END key in > insert mode, in vim the cursor moves after the last regular character in the > current line, basically over the newline character, if you

[dev] [vis] text_line_end() in insert mode

2016-01-19 Thread Markus Teich
Heyho Marc, something I don't seem to be able to figure out: When pressing the END key in insert mode, in vim the cursor moves after the last regular character in the current line, basically over the newline character, if you choose to display it. In vis however it does only move to the last