initial dotfiles

This commit is contained in:
Rasyidan Akbar F. 2026-02-27 05:28:26 +07:00
commit 8a2e735875
7 changed files with 588 additions and 0 deletions

36
.config/ghostty/config Normal file
View file

@ -0,0 +1,36 @@
# 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