| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # Shell
- shell /bin/zsh
- # Font & Ligatures
- font_family JetBrainsMono Nerd Font
- bold_font auto
- italic_font auto
- bold_italic_font auto
- font_size 11.0
- disable_ligatures never
- # Appearance
- cursor_blink_interval 0
- enable_audio_bell no
- window_padding_width 0
- hide_window_decorations yes
- include theme.conf
- ###################
- ### Keybindings ###
- ###################
- clear_all_shortcuts yes
- # Copy & Paste
- map alt+c copy_to_clipboard
- map ctrl+shift+c copy_to_clipboard
- map alt+v paste_from_clipboard
- map ctrl+shift+v paste_from_clipboard
- # Font Size
- map alt+shift+k change_font_size all +1.0
- map alt+shift+j change_font_size all -1.0
- map alt+0 change_font_size all 0
- # Scrolling
- map alt+u scroll_page_up
- map alt+d scroll_page_down
- map alt+k scroll_line_up
- map alt+j scroll_line_down
- # Search
- map alt+f show_scrollback
|