Skip to content

Custom copy paste keybinding debugging #8

@catman85

Description

@catman85

Thank you for creating this plugin!

I am having a problem configuring the behavior of some custom keybindings. My goal is to hit ctrl+c after selecting text, to copy the selected text to the clipboard, and ctr+v to paste the text.

Following the README.md I added the following to my .zshrc

bindkey -M shift-select '^[c' copy-region-as-kill
bindkey -M shift-select '^[v' yank

After running source .zshrc I verified the shortcuts were added to the keymap by running
bindkey -M shift-select and indeed I am getting the expected results. However the shortcuts do not work as intended.

What am I missing?

Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions