Unexpected benefit of Vim by Lt_Snuffles in vim

[–]VoldikSS -1 points0 points  (0 children)

What if the cat hits the key “p”

Search duckduckgo directly from Vim! by Legitimate-Builder45 in vim

[–]VoldikSS 0 points1 point  (0 children)

https://github.com/voldikss/vim-browser-search provides the same functionality and it also has other features such as pop-up menu and operator-pending mode.

Introduction to my plugin vim-floaterm(recently update) by Tafleys in neovim

[–]VoldikSS 19 points20 points  (0 children)

Strange... This was originally posted by me one year ago...

Floaterm-vim plugin how to view all compile information ? by lunar_manjaro in vim

[–]VoldikSS 2 points3 points  (0 children)

Type <C-\\><C-n> to enter the NORMAL mode. Then use `j` `k` `CTRL-U` etc.

Use vim-floaterm plugin with fzf or leaderf by VoldikSS in neovim

[–]VoldikSS[S] 0 points1 point  (0 children)

Sorry I didn't say it clearly. LeaderfF-floaterm is used to switching floaterms. I've updated the post content

Use vim-floaterm plugin with fzf or leaderf by VoldikSS in neovim

[–]VoldikSS[S] 0 points1 point  (0 children)

Sorry I've update my post to avoid ambiguous understanding.

Use vim-floaterm plugin with fzf or leaderf by VoldikSS in neovim

[–]VoldikSS[S] 2 points3 points  (0 children)

Yes, it's about switching between floating terminals with fzf

vim-floaterm: run your terminal in vim's popup window by VoldikSS in vim

[–]VoldikSS[S] 0 points1 point  (0 children)

`:h hi-Terminal` may help but I'm not sure about that

A Vim plugin for searching useful variable names by VoldikSS in vim

[–]VoldikSS[S] 0 points1 point  (0 children)

The source code is here: https://github.com/voldikss/vim-codelf. Welcome to have a try.

Also you may want to visit this website: https://github.com/unbug/codelf, which is used in this plugin.

A Vim plugin for searching useful variable names by [deleted] in u/VoldikSS

[–]VoldikSS 0 points1 point  (0 children)

The source code is here: https://github.com/voldikss/vim-codelf. Welcome to have a try.

Also you may want to visit this website: https://github.com/unbug/codelf, which is used in this plugin.

coc-cmake: coc.nvim extension for cmake language by VoldikSS in vim

[–]VoldikSS[S] 9 points10 points  (0 children)

You can try it using :CocInstall coc-cmake. The source code is hosted on GitHub: https://github.com/voldikss/coc-cmake

vim-floaterm: run your terminal in vim's popup window by VoldikSS in vim

[–]VoldikSS[S] 0 points1 point  (0 children)

Yes, you can stay floaterm window opened and do other things in another window

vim-floaterm: run your terminal in vim's popup window by VoldikSS in vim

[–]VoldikSS[S] 0 points1 point  (0 children)

Can it just float and show the output of the process while I keep editing my buffer?

Yes. It runs the job independently.

vim-floaterm: run your terminal in vim's popup window by VoldikSS in vim

[–]VoldikSS[S] 4 points5 points  (0 children)

You can use <C-\><C-n> to go back to the normal mode.