广西将在3年内新建和改扩建1550所公办幼儿园
Tagged with original-vim terminal-buffer
4 questions
4
votes
1
answer
420
views
What are the differences between built-in terminals in Neovim and Vim?
AFAIK the main difference is that Vim has this :terminal feature as optional. Could you mention another other important differences?
0
votes
1
answer
155
views
How do I disable easymotion in terminal mode?
I'm using easymotion with all buffers and it works well but changing to terminal mode raises the issue.
Thus I want to disable it in terminal mode for convenient.
How can I do it? Thanks for your ...
1
vote
1
answer
225
views
How to change the directory highlight in the terminal buffer?
I have a theme which is great apart from some minor things. I could already change the LineNr highlight and some others, but can't seem to change the directory highlight in the terminal buffer, which ...
5
votes
1
answer
498
views
Parsing winlayout() For Toggling Multiple Windows At Once
When working in vim, I like to have a toggle-able terminal window that I can bring with me from tab to tab. This works by tracking a buffer, and opening it in a new bot split (if it isn't visible), or ...