bring back mouse with fix for kitty
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[".config/kitty/kitty-gruvbox-theme"]
|
[".config/kitty/kitty-gruvbox-theme"]
|
||||||
type = "archive"
|
type = "archive"
|
||||||
url = "https://github.com/wdomitrz/kitty-gruvbox-theme/archive/master.tar.gz"
|
url = "https://github.com/wdomitrz/kitty-gruvbox-theme/archive/master.tar.gz"
|
||||||
exact = true
|
exact = false
|
||||||
stripComponents = 1
|
stripComponents = 1
|
||||||
refreshPeriod = "168h"
|
refreshPeriod = "168h"
|
||||||
|
|
||||||
|
|||||||
@@ -682,7 +682,7 @@ font_size 10.0
|
|||||||
|
|
||||||
#: Terminal bell {{{
|
#: Terminal bell {{{
|
||||||
|
|
||||||
# enable_audio_bell yes
|
enable_audio_bell no
|
||||||
|
|
||||||
#: The audio bell. Useful to disable it in environments that require
|
#: The audio bell. Useful to disable it in environments that require
|
||||||
#: silence.
|
#: silence.
|
||||||
@@ -1420,6 +1420,8 @@ background_opacity 0.95
|
|||||||
#: config is not supported.
|
#: config is not supported.
|
||||||
|
|
||||||
# clipboard_control write-clipboard write-primary read-clipboard-ask read-primary-ask
|
# clipboard_control write-clipboard write-primary read-clipboard-ask read-primary-ask
|
||||||
|
# added per https://github.com/tmux/tmux/wiki/Clipboard#terminal-support---kitty
|
||||||
|
clipboard_control write-primary write-clipboard no-append
|
||||||
|
|
||||||
#: Allow programs running in kitty to read and write from the
|
#: Allow programs running in kitty to read and write from the
|
||||||
#: clipboard. You can control exactly which actions are allowed. The
|
#: clipboard. You can control exactly which actions are allowed. The
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# vim keybindings in copy mode
|
# vim keybindings in copy mode
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
# set-option -g mouse on
|
set-option -g mouse on
|
||||||
# set-option -s set-clipboard off
|
# set-option -s set-clipboard off
|
||||||
bind P paste-buffer
|
bind P paste-buffer
|
||||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||||
|
|||||||
Reference in New Issue
Block a user