nuake icon indicating copy to clipboard operation
nuake copied to clipboard

A Quake-style terminal panel for Neovim and Vim

Results 9 nuake issues
Sort by recently updated
recently updated
newest added

The readme mentions the variable `start_insert`, but in code such variable is not used, instead it uses `nuake_start_insert`.

Resolves #18 Not sure if this is wanted by default but I found it very useful. Could also make it an option `focus_if_visible`?

I do `:Nuake` and I'm not in the buffer, I don't want to toggle it off, but I want to switch down to it. I tried to look into if...

I wanted to use `set shell=/bin/bash` but use `/usr/local/bin/fish` in Nuake. Now `g:nuake_shell` can be set to the shell of choice for Nuake while using bash for terminal commands outside...

For my use case - it's not that convenient for the cursor to be automatically placed at the terminal buffer, once it pops up. Would it make sense to add...

I was getting some flickering when using Nuake, I think it was because `scrolloff` was set to 5. Setting it locally to zero fix flickering if global `scrolloff` is not...

Is there a way to trigger buffer to be automatically ran inside the terminal ?

https://github.com/Lenovsky/nuake/blob/9cfa226b4e6c5f23f23f13ea0406e8b01a02f293/autoload/nuake.vim#L24 Normally I'd do a PR for this, but I don't have time and the setup to make sure the change is compatible with all the vim versions you want....