dots-of-war/files/.config/kitty/kitty.conf

69 lines
1.6 KiB
Text
Raw Normal View History

2020-04-19 15:49:39 +00:00
include ./gruvbox.conf
2020-04-04 13:12:33 +00:00
#include ./onedark.conf
2020-03-27 08:06:13 +00:00
2020-04-02 07:31:20 +00:00
#shell tmux
2020-04-04 13:12:33 +00:00
#background_opacity 0.95
2020-04-19 15:49:39 +00:00
background_opacity 0.9
2020-03-27 08:06:13 +00:00
#font_family VictorMono Nerd Font Semibold
#font_family DejaVuSansMono Nerd
font_family Iosevka Nerd Font
#font_family JetbrainsMono Nerd Font
2020-03-19 11:03:08 +00:00
2020-03-22 18:05:29 +00:00
bold_font auto
italic_font auto
bold_italic_font auto
#font_family monospace
2020-03-27 08:06:13 +00:00
font_size 13
2020-03-19 11:03:08 +00:00
enable_audio_bell no
2020-03-27 08:06:13 +00:00
draw_minimal_borders yes
2020-03-19 11:03:08 +00:00
window_padding_width 0
2020-04-19 15:49:39 +00:00
window_margin_width 10
2020-03-19 11:03:08 +00:00
tab_bar_style powerline
2020-03-27 08:06:13 +00:00
hide_window_decorations yes
placement_strategy top-left
2020-03-19 11:03:08 +00:00
clipboard_control write-clipboard write-primary read-primary read-clipboard
2020-03-22 18:05:29 +00:00
dynamic_background_opacity yes
2020-03-23 09:38:06 +00:00
allow_remote_control yes
2020-03-27 08:06:13 +00:00
sync_to_monitor yes
2020-03-31 16:38:27 +00:00
active_tab_background #6272a4
active_tab_foreground #f8f8f2
inactive_tab_background #44475a
inactive_tab_foreground #f8f8f2
# Keymaps {{{
# Windows
map kitty_mod+enter new_window_with_cwd
map ctrl+shift+left neighboring_window left
map ctrl+shift+down neighboring_window down
map ctrl+shift+right neighboring_window right
map ctrl+shift+up neighboring_window up
# tabs
2020-04-01 09:06:54 +00:00
#map kitty_mod+t new_tab
2020-04-03 07:50:08 +00:00
map kitty_mod+n new_tab_with_cwd
2020-03-31 16:38:27 +00:00
map ctrl+shift+l next_tab
map ctrl+shift+h previous_tab
# new os window
map kitty_mod+backspace new_os_window_with_cwd
# Other
map ctrl+shift+plus change_font_size all +2.0
map ctrl+shift+alt+h show_scrollback
# --type=overlay
# --stdin-source=@screen_scrollback
# https://sw.kovidgoyal.net/kitty/launch.html
map ctrl+shift+space launch --stdin-source=@screen --stdin-add-formatting --type=window /home/leon/scripts/autocompleteWords.sh @active-kitty-window-id
2020-03-27 08:06:13 +00:00
2020-03-31 16:38:27 +00:00
# }}}