Size: a a a

2019 April 27

SA

Sergio Araujo in NeoVim
As I am unemployed I am writing a book to make some money. Here is a tip from it:
источник

SA

Sergio Araujo in NeoVim
I've just spoted a typo, but the idea was given
источник
2019 April 30

SA

Sergio Araujo in NeoVim
Soon I will post more tips
источник

Xn

Xmushin no shinX in NeoVim
Hi Sergio, i use these tips: https://github.com/praful/vim-cheatsheet
источник

SA

Sergio Araujo in NeoVim
Cleaning the buffer
источник

SA

Sergio Araujo in NeoVim
:%d_
источник

SA

Sergio Araujo in NeoVim
Withot closing the window
источник
2019 May 07

SA

Sergio Araujo in NeoVim
Wipping current buffer without closing the window
:bw
источник

SA

Sergio Araujo in NeoVim
One Buffer is just a view of a file.
источник
2019 May 12

SA

Sergio Araujo in NeoVim
" list buffers and jump to a chosen one nnoremap <Leader>b :ls<CR>:b<Space>
источник

k

kopfer in NeoVim
Guys. Anyone know has a video to works with vim.org?
источник
2019 May 16

SA

Sergio Araujo in NeoVim
kopfer
Guys. Anyone know has a video to works with vim.org?
Could you explain your question better?
источник
2019 May 23

j

jd in NeoVim
источник
2019 June 23

SA

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

SA

Sergio Araujo in NeoVim
I hope you guys give more suggestions to improve the post
источник

SA

Sergio Araujo in NeoVim
Use your own environment settings when using sudo:

https://coderwall.com/p/xvryda/use-your-own-vimrc-when-using-sudo
источник
2019 July 07

k

kopfer in NeoVim
Hi. Im developing some c programs right now with neovim. I have a c.vim in /after/ftplugin directory to manage c-specific functionalities.
How can I define behaviors for .h or .hpp files too?
(if I try to define h.vim, neovim can't detect it)
источник

SA

Sergio Araujo in NeoVim
kopfer
Hi. Im developing some c programs right now with neovim. I have a c.vim in /after/ftplugin directory to manage c-specific functionalities.
How can I define behaviors for .h or .hpp files too?
(if I try to define h.vim, neovim can't detect it)
I think autocommands with *.h,*.hpp ... Will do the trick
источник

k

kopfer in NeoVim
Sergio Araujo
I think autocommands with *.h,*.hpp ... Will do the trick
How?
источник

SA

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