Size: a a a

2019 August 29

RS

Richar Siri in NeoVim
You can reselect the previous selection
источник
2019 August 30

SA

Sergio Araujo in NeoVim
gv reselects  at the very last selection
источник
2019 August 31

SA

Sergio Araujo in NeoVim
источник
2019 September 02

AC

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

SA

Sergio Araujo in NeoVim
Avoiding manual copy of infromation with vim - DEV Community 👩‍💻👨‍💻
https://dev.to/voyeg3r/avoiding-manual-copy-of-infromation-with-vim-1k91
источник

SA

Sergio Araujo in NeoVim
Richar Siri
You can reselect the previous selection
The difference is that you can select a similar area but at a different point, same retangular area. Did you get it?
источник
2019 September 26

RS

Richar Siri in NeoVim
Ohh that its so much better, thank you
источник

SA

Sergio Araujo in NeoVim
Have you guys read about positive look behind assertions on vim? If not you should read this article:
https://www.inputoutput.io/lookbehind-lookahead-regex-in-vim/
источник
2019 September 27

AC

Abraão Carvalho in NeoVim
Hi guys, good night, I just installed neovim, to install the plugins on it is the same as installing on vim?  Forgive my English, I'm Brazilian and my English is still pretty bad.
источник

Q(

QoBi BeN NuN (THiaGo NuNeS) in NeoVim
Abraão Carvalho
Hi guys, good night, I just installed neovim, to install the plugins on it is the same as installing on vim?  Forgive my English, I'm Brazilian and my English is still pretty bad.
Never mind about the English language, there are at least three Brazilians in this group.
источник

AC

Abraão Carvalho in NeoVim
Então posso falar em português ?
источник

AC

Abraão Carvalho in NeoVim
Tem alguns grupos que não permitem outros idiomas
источник

Q(

QoBi BeN NuN (THiaGo NuNeS) in NeoVim
Abraão Carvalho
Então posso falar em português ?
Not really, because the others are not Brazilian.
источник

AC

Abraão Carvalho in NeoVim
QoBi BeN NuN (THiaGo NuNeS)
Not really, because the others are not Brazilian.
Oh, sorry
источник

SA

Sergio Araujo in NeoVim
Abraão Carvalho
Hi guys, good night, I just installed neovim, to install the plugins on it is the same as installing on vim?  Forgive my English, I'm Brazilian and my English is still pretty bad.
источник

SA

Sergio Araujo in NeoVim
You can make a symbolic link in order to use a single "vimrc"

Run once:

ln -svfn ~/.vimrc ~/.config/nvim/init.vim

" inside your vimrc
if has('nvim')
   tnoremap <Esc> <C-\><C-n>
   set inccomand=nosplit
endif

The above lines will be set only if nvim is running

Using the same technic you can put your configuration under version control and never lose your settings anymore
источник
2019 October 01

SA

Sergio Araujo in NeoVim
Hey guys, a gift for everyone
https://www.youtube.com/watch?v=zuyLXoX1VrM
источник

SA

Sergio Araujo in NeoVim
by the way if you want to paste a shortcut in a global command you can do something like this:

:g/pattern/exec "normal! 10\<c-a>"
источник

SA

Sergio Araujo in NeoVim
источник
2019 October 14

SA

Sergio Araujo in NeoVim
I didn't know. We can circle through last deletions with: "1pu.u.u.
источник