You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
yanks to other registers, for example b still go to the register +.
The current state makes it difficult to modify the behavior of yanks opening the paste window vs normal behavior vs copying to the clipboard and quitting.
The text was updated successfully, but these errors were encountered:
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
kitty-scrollback.nvim/lua/kitty-scrollback/autocommands.lua
Line 125 in 4696f08
Using the example from #152
yanks to other registers, for example b still go to the register +.
The current state makes it difficult to modify the behavior of yanks opening the paste window vs normal behavior vs copying to the clipboard and quitting.
The text was updated successfully, but these errors were encountered: