Size: a a a

2019 December 31

SA

Sergio Araujo in NeoVim
how about this:

tnoremap <Esc> <C-\><C-n> :bd!<CR>

This will abandone the terminal buffer discarding everything you have on it but will not exit nvim
источник

.

. in NeoVim
Let me try it
источник

.

. in NeoVim
Sergio Araujo
how about this:

tnoremap <Esc> <C-\><C-n> :bd!<CR>

This will abandone the terminal buffer discarding everything you have on it but will not exit nvim
It works
источник

.

. in NeoVim
But only works if we are in terminal mode not normal mode
источник

SA

Sergio Araujo in NeoVim
lets continue the research
we can also add <silent> to avoid messages on exit

   tnoremap <silent> <Esc> <c-\><c-n> :bd!<CR>
источник

.

. in NeoVim
Sergio Araujo
lets continue the research
we can also add <silent> to avoid messages on exit

   tnoremap <silent> <Esc> <c-\><c-n> :bd!<CR>
👍👍👍
источник

SA

Sergio Araujo in NeoVim
as soon as you find the answer share with us
источник

.

. in NeoVim
Sure
источник

SA

Sergio Araujo in NeoVim
Jump directly to the vim terminal from shell command line:

vim -c term ++curwin
источник

.

. in NeoVim
How to zoom in/out terminal windows?
источник

SA

Sergio Araujo in NeoVim
.
How to zoom in/out terminal windows?
It is a terminal thing, gnome-terminal, st and so on
источник

.

. in NeoVim
Sergio Araujo
It is a terminal thing, gnome-terminal, st and so on
Thanks
источник

.

. in NeoVim
Last question
источник

.

. in NeoVim
When I open terminal, it open in normal mode. How can I open it in terminal mode?
источник

SA

Sergio Araujo in NeoVim
.
When I open terminal, it open in normal mode. How can I open it in terminal mode?
Actually I'm also a bit confused with neovim terminal, because is "new", at least to me
источник

.

. in NeoVim
Sergio Araujo
Actually I'm also a bit confused with neovim terminal, because is "new", at least to me
🌺🌺
источник

.

. in NeoVim
Guys, how you search files in neovim? Do you use plugin for that?
источник

SA

Sergio Araujo in NeoVim
.
Guys, how you search files in neovim? Do you use plugin for that?
I use fzf, it is litining fast and it does fuzzy find
источник

.

. in NeoVim
Sergio Araujo
I use fzf, it is litining fast and it does fuzzy find
👍👍👍
источник
2020 January 02

SA

Sergio Araujo in NeoVim
Hei guys, I think everybody knows Ctrl-a to increase numbers in normal mode.

Do you know how to use  "g Ctrl-a"?
источник