36 lines
889 B
Text
36 lines
889 B
Text
# Font
|
|
font-family = JetBrainsMono Nerd Font
|
|
font-size = 12
|
|
|
|
# Theme
|
|
theme = Catppuccin Mocha
|
|
background-opacity = 0.9
|
|
unfocused-split-opacity = 0.85
|
|
|
|
# Clipboard
|
|
copy-on-select = clipboard
|
|
keybind = ctrl+shift+c=copy_to_clipboard
|
|
keybind = ctrl+shift+v=paste_from_clipboard
|
|
|
|
# Screen
|
|
keybind = ctrl+k=clear_screen
|
|
|
|
# Font size
|
|
keybind = ctrl+equal=increase_font_size:1
|
|
keybind = ctrl+minus=decrease_font_size:1
|
|
keybind = ctrl+0=reset_font_size
|
|
|
|
# ── Tabs / Splits ──
|
|
keybind = ctrl+shift+t=new_tab
|
|
keybind = ctrl+shift+w=close_surface
|
|
keybind = ctrl+shift+n=new_window
|
|
keybind = ctrl+tab=next_tab
|
|
keybind = ctrl+shift+tab=previous_tab
|
|
|
|
# Splits
|
|
keybind = ctrl+shift+d=new_split:right
|
|
keybind = ctrl+shift+s=new_split:down
|
|
keybind = ctrl+shift+h=goto_split:left
|
|
keybind = ctrl+shift+l=goto_split:right
|
|
keybind = ctrl+shift+k=goto_split:top
|
|
keybind = ctrl+shift+j=goto_split:bottom
|