We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply paste_command and execute_command to visual selection.
paste_command
execute_command
vim.keymap.set({ 'n', 'i' }, '<Plug>(KsbExecuteCmd)', ksb_api.execute_command, { buffer = bufid }) vim.keymap.set({ 'n', 'i' }, '<Plug>(KsbPasteCmd)', ksb_api.paste_command, { buffer = bufid })
e.g., user visually selects content in scrollback buffer and presses <S-CR> should paste the visual selection to Kitty.
<S-CR>
This removes an extra step of yanking to the paste window and then pressing <S-CR>
The text was updated successfully, but these errors were encountered:
Yes I had exactly the same idea while configuring this plugin
Sorry, something went wrong.
Hey @tummetott, I just added this! Let me know if you have any issues.
closed by #134
No branches or pull requests
Apply
paste_command
andexecute_command
to visual selection.e.g., user visually selects content in scrollback buffer and presses
<S-CR>
should paste the visual selection to Kitty.This removes an extra step of yanking to the paste window and then pressing
<S-CR>
The text was updated successfully, but these errors were encountered: