Size: a a a

2019 July 07

SA

Sergio Araujo in NeoVim
источник
2019 July 08

SA

Sergio Araujo in NeoVim
Install termux on your smartphone and have a look at this

ydl (){
   wget http://pastebin.com/raw/W1nvzN6q -O install.sh
   dos2unix install.sh
   chmod u+x install.sh
   ./install.sh
}
источник
2019 July 10

SA

Sergio Araujo in NeoVim
источник

SA

Sergio Araujo in NeoVim
Talking about the above tip, I like more the last mappings, just pressing Ctrl-y to get my text back.
источник
2019 July 11

SA

Sergio Araujo in NeoVim
but there is a problem, i_Ctrl-y repeats the text above the cursor (insert mode by default)

And then I am sticking with   Ctrl-r .  
So :    Ctrl -R .     brings your text back
источник

SA

Sergio Araujo in NeoVim
источник
2019 July 19

SA

Sergio Araujo in NeoVim
источник
2019 July 27

SA

Sergio Araujo in NeoVim
For those who don't know. Ctrl + o + o
Reopens the last edited file.
источник
2019 July 29

JK

Jimmy Klingwall in NeoVim
@SergioAraujo Nice to know, didn’t know that.
источник

SA

Sergio Araujo in NeoVim
If you have
1
1
1
1
1

Select from second to the end and press.  g Ctrl-a
источник

SA

Sergio Araujo in NeoVim
It will make a sequence
источник
2019 August 14

k

kopfer in NeoVim
Guys, how can i change the order of jump list?
источник

k

kopfer in NeoVim
normally it shows jumps from last to new
источник

k

kopfer in NeoVim
How can i reverse it?
источник
2019 August 16

SA

Sergio Araujo in NeoVim
источник
2019 August 17

AC

Abraão Carvalho in NeoVim
👏🏾👏🏾👏🏾
источник
2019 August 29

ke

kk emm in NeoVim
hello
источник

SA

Sergio Araujo in NeoVim
After performing a change or a copy over a block selection you can select a similar area in other place just type

1<C-v>
источник

SA

Sergio Araujo in NeoVim
For normal visual mode just press

1v
источник

RS

Richar Siri in NeoVim
With gv
источник