diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-22 09:05:09 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-22 09:05:09 +0100 |
commit | ed32dece5ccf79e9eaa027f0c6a4e30327b4a98a (patch) | |
tree | 6be0ecb6db986009bdda5a0631cea17debdde291 | |
parent | 37f02f7c43e77c6e8c6a15272a5064b69c67dff7 (diff) |
No C-Y for paste
Diffstat (limited to '')
-rw-r--r-- | fish2024/config.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish2024/config.fish b/fish2024/config.fish index a855111..8c93a57 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -1,3 +1,6 @@ +# unbind Y to paste +bind \cy '' + if status is-interactive # Commands to run in interactive sessions can go here set -gx EDITOR nvim |