diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2021-11-03 03:37:47 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2021-11-03 03:37:47 (GMT) |
| commit | 62745280cf6311884616cd69fdcce30808077f7f (patch) | |
| tree | 1bf53590002eb822785cc72bd729d4e78c332682 /init.el | |
| parent | 9622a1faec8f94eb31fc51b87dcb0e0155cce689 (diff) | |
| download | dotemacs-62745280cf6311884616cd69fdcce30808077f7f.zip dotemacs-62745280cf6311884616cd69fdcce30808077f7f.tar.gz dotemacs-62745280cf6311884616cd69fdcce30808077f7f.tar.bz2 | |
Use OSC 52 to send text to clipboard
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ (define-key local-function-key-map (kbd "<delete>") #'delete-forward-char)) (add-hook 'terminal-init-xterm-kitty-hook #'ravi/get-rid-of-xterm-key-translations) (add-hook 'terminal-init-xterm-kitty-hook #'xterm-kitty-add-select-frame-set-input-focus-advice) + (add-hook 'terminal-init-xterm-kitty-hook #'kitty-rc-set-interprogram-cut-function) ;; Don't defer since we will use xterm-kitty-make-binding-sequence elsewhere :ensure nil) |
