36 lines
961 B
Plaintext

include /home/joe/.config/kitty/theme.conf
font_size 14.0
allow_remote_control yes
single_instance yes
listen_on unix:/tmp/kitty
window_padding_width 5
tab_bar_style powerline
sync_to_monitor yes
input_delay 0
hide_window_decorations yes
map super+f pipe @ansi overlay /home/joe/bin/vim-ansi
map ctrl+shift+enter launch --cwd=current
map f5 load_config_file
enabled_layouts tall,stack,fat
map ctrl+shift+m toggle_layout stack
map ctrl+alt+h neighboring_window left
map ctrl+alt+j neighboring_window down
map ctrl+alt+k neighboring_window up
map ctrl+alt+l neighboring_window right
map shift+up move_window up
map shift+left move_window left
map shift+right move_window right
map shift+down move_window down
scrollback_pager bash -c 'nvim </dev/null -u ~/.config/nvim/init-kitty.vim -c "map q :qa!<CR>" -c "autocmd TermOpen * normal G" -c "terminal cat /proc/$$/fd/0 -" -c "set clipboard+=unnamedplus" -c "call cursor(CURSOR_LINE, CURSOR_COLUMN)"'