kitty-scrollback.nvim icon indicating copy to clipboard operation
kitty-scrollback.nvim copied to clipboard

๐Ÿ˜ฝ Open your Kitty scrollback buffer with Neovim. Ameowzing!

Results 21 kitty-scrollback.nvim issues
Sort by recently updated
recently updated
newest added

## Failures ### kitty_scrollback_config_demo_04_spec.lua 04/07/2024 plenary (stable, 0.32.2) kitty_scrollback_config_demo_04_spec.lua https://github.com/mikesmithgh/kitty-scrollback.nvim/actions/runs/8585749456/job/23527481200#logs Actual: ``` Nโ– mple > --config ksb_example_paste_win_register_disabled ``` Expected: ``` Nโ–# example > --config ksb_example_paste_win_register_disabled ``` Most likely steps are...

testing

> [!WARNING]\ > Experimental may not get merged to made codebase Depends on: https://github.com/ryanoasis/nerd-fonts/issues/1345 https://github.com/mikesmithgh/kitty-scrollback.nvim/assets/10135646/17317035-dc9a-4d25-8961-998c5e32e0ff

tmux support --- > [!IMPORTANT]\ > ๐Ÿงช tmux support is currently experimental > This issue is used to track all tmux related issues or questions. Please comment on this issue...

enhancement
tmux

bugs: Steps: Run `:KittyScrollbackCheckHealth` If `:KittyScrollbackCheckHealth` fails, please provide - Kitty version - Neovim version Questions: - [ ] Are you running within a terminal multiplexer (.e.g, tmux, screen). If...

documentation
good first issue

It would be nice if you add some explanation why it is needed and what are the risks it may introduce and what would be the best practices to minimize...

documentation

Steps to reproduce: Generate extremely long newline, for example: ```bash for t in {1..100}; do echo -ne eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeemmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm; ``` There is only one long string here, but it's impossible to...

enhancement

lazynvim, kickstart.nvim, astronvim, lunarnvim, nvchad, etc see https://dotfyle.com/neovim/plugins/trending?page=1&categories=preconfigured

good first issue
testing

Setting `keymaps_enabled` = `false` causes conflicts when trying to setup keymaps. This is confusing to the user and doesn't seem useful at the moment. See https://github.com/mikesmithgh/kitty-scrollback.nvim/issues/152 Either: - document expected...

documentation

Currently, the register '+' copies text and immediately exits. This register is hardcoded in the autocommands and keymaps, make this configurable similar to the paste window register. See - https://github.com/mikesmithgh/kitty-scrollback.nvim/blob/4696f080f082377e9c2ce5f280abc1b02d33137b/lua/kitty-scrollback/autocommands.lua#L125...

enhancement