damanis
damanis
**Describe the solution you'd like** Just add hotkeys: - paste from primary buffer in addition to middle mouse click - scroll terminal by line (now by page and top/bottom)
Steps to reproduce: - Download [Nvim development (prerelease) build](https://github.com/neovim/neovim/releases) and install it - open any file in goneovim - make change, then `:wq` **Expected**: file saved, then goneovim closed **Problem**:...
**Basic information** `zellij --version`: `0.39.2` `uname -av`: `5.15.0-91-generic #101~20.04.1-Ubuntu SMP Thu Nov 16 14:22:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux` ## Reproduction steps: - Add to `scroll` section of `config.kdl`:...
Steps to reproduce: - Tested on Linux, Ubuntu 20.04 - Download [Nvim development (prerelease) build](https://github.com/neovim/neovim/releases) and install it - open any file in nvui - make change, then `:wq` **Expected**:...
For example, try map vim standard key: `vim.api.nvim_set_keymap('', '', ':e #', {noremap = true, silent = true})` It does not work. If use '' instead of '' there is no...
Feature request. After search in neo-minimap window (with `/`), the found item is highlighted. It left highlighted after it selected and minimap closed. Please add option (or hard-coded) to hide...
Feature request. After search with `/` in outline window, the found item is highlighted. It left highlighted after it selected and outline window lost focus. Yes, it's vim/neovim feature, but...
**Reproduce scenario**: - install some theme, e.g. [tokyonight](https://github.com/folke/tokyonight.nvim?tab=readme-ov-file) - create test.js file - enter `// View` in the file **Problem**: Text `View` is not visible **Neovim version**: `NVIM v0.11.0-dev-903+gab98c5b5a` **Goneovim**:...
### Did you check the docs? - [X] I have read all the tokyonight.nvim docs ### Is your feature request related to a problem? Please describe. No problems. ### Describe...
### Description Open empty buffer instead of jump to line in current opened buffer. ### Neovim version ```markdown NVIM v0.11.0-dev-1649+gc47496791a Build type: RelWithDebInfo LuaJIT 2.1.1736781742 Run "nvim -V1 -v" for...