diff options
author | zsmith <zsmith@newhopechurch.tv> | 2025-07-30 09:16:41 -0500 |
---|---|---|
committer | zsmith <zsmith@newhopechurch.tv> | 2025-07-30 09:16:41 -0500 |
commit | 3cba9adee4a99eb72a3560b38eba04847f63c6bf (patch) | |
tree | f2dea4e2c625147d80b11dd1a215240c0664b2e6 | |
parent | 891de8e4c0ea0e4e141de22e684c4ec3c1a4f630 (diff) |
Add kitty bind to copy scrollback
-rw-r--r-- | kitty/kitty.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 7afcb30..aa6eda2 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1748,6 +1748,8 @@ term xterm-256color #:: map kitty_mod+y new_window less @selection +map ctrl+shift+a launch --stdin-source=@screen_scrollback pbcopy + #: }}} #: Scrolling {{{ |