Re: Supporting xterm-bracketed-paste

2018-05-06 Thread Matteo Landi
> I cannot reproduce the indentation issue. Besides, if I add -N to Vim's I just realized the vim command in my previous message did not include 'set autoindent': try with `vim -u NONE -c 'inoremap { {} | set autoindent'`. > Is nocompatible set in your Vim? I am using Vim 8.0.1750 on macOS

Re: use Vi editor

2018-05-06 Thread Erik Christiansen
On 06.05.18 12:42, Renzo Marengo wrote: > I need to understand if VI can permit these operations: > > 1- to move cursor to next word, does it exist key-bindings to make it? > 2- select specific part of text to copy it and to past it to another area > inside the same file. > 3- to insert tabs for

Re: vi editor and special commands

2018-05-06 Thread Kevin O'Gorman
If you really mean vi or vim in vi mode, then the options are somewhat limited. If you're using vim it's somewhat better. Vim in graphical mode probably makes this easy but I almost never use the graphical tool set, having started with vi when it was an AT proprietary product (read: I paid for

Re: vi commands

2018-05-06 Thread David Woodfall
On Sunday 6 May 2018 10:15, sampe...@tiscali.it put forth the proposition: I need to understand if VI can permit these operations: See :help movement 1- to move cursor to next word, does it exist key-bindings to make it? 2- select specific part of text to copy it and to

Re: vi commands

2018-05-06 Thread Tony Mechelynck
On Sun, May 6, 2018 at 10:15 AM, sampe...@tiscali.it wrote: > I need to understand if VI can permit these operations: > > 1- to move cursor to next word, does it exist key-bindings to make it? > 2- select specific part of text to copy it and to past it to another area >

vi commands

2018-05-06 Thread sampe...@tiscali.it
I need to understand if VI can permit these operations: 1- to move cursor to next word, does it exist key-bindings to make it? 2- select specific part of text to copy it and to past it to another area inside the same file. 3- to insert tabs for indentation in multiple row, e.g. to move “ if “

use Vi editor

2018-05-06 Thread Renzo Marengo
I need to understand if VI can permit these operations: 1- to move cursor to next word, does it exist key-bindings to make it? 2- select specific part of text to copy it and to past it to another area inside the same file. 3- to insert tabs for indentation in multiple row, e.g. to move “ if “

vi editor and special commands

2018-05-06 Thread Renzo Marengo
I need to understand if VI can permit these operations: 1- to move cursor to next word, does it exist key-bindings to make it? 2- select specific part of text to copy it and to past it to another area inside the same file. 3- to insert tabs for indentation in multiple row, e.g. to move “ if “

Re: Supporting xterm-bracketed-paste

2018-05-06 Thread Lifepillar
On 06/05/2018 17:45, Matteo Landi wrote: Hello everyone, Only recently I got to learn about 'xterm-bracketed-paste' when all of a sudden CMD-V-ing had stopped working on my Mac, and while I found a solution that worked with my setup [0], I am still not 100% sure the solution I found is the

Supporting xterm-bracketed-paste

2018-05-06 Thread Matteo Landi
Hello everyone, Only recently I got to learn about 'xterm-bracketed-paste' when all of a sudden CMD-V-ing had stopped working on my Mac, and while I found a solution that worked with my setup [0], I am still not 100% sure the solution I found is the correct one -- so here I am asking. Question: