chore(config): copy on select with kitty
parent
f438376aa4
commit
924382f267
|
@ -1,5 +1,6 @@
|
|||
# macOS
|
||||
.DS_Store
|
||||
Library
|
||||
|
||||
# IntelliJ
|
||||
.idea
|
||||
|
@ -19,5 +20,6 @@ sumdb
|
|||
vendor
|
||||
generated
|
||||
test
|
||||
*generated*.go
|
||||
*mock*.go
|
||||
|
||||
# Python
|
||||
venv
|
||||
|
|
|
@ -4,6 +4,10 @@ include Monokai Pro.conf
|
|||
font_family Rec Mono Casual
|
||||
font_size 14.0
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#mouse
|
||||
copy_on_select yes
|
||||
strip_trailing_spaces smart
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#terminal-bell
|
||||
enable_audio_bell no
|
||||
|
||||
|
|
Loading…
Reference in New Issue