Skip to content

Instantly share code, notes, and snippets.

@Himujjal
Created January 2, 2025 10:13
Show Gist options
  • Save Himujjal/459ae811cf270e4a75cae3c7a581d93d to your computer and use it in GitHub Desktop.
Save Himujjal/459ae811cf270e4a75cae3c7a581d93d to your computer and use it in GitHub Desktop.
Configs
font-family = FiraCode Nerd Font
font-style = Regular
font-size = 13
adjust-underline-position = 40%
adjust-underline-thickness = -60%
cursor-style = block
cursor-style-blink = false
shell-integration = zsh
shell-integration-features = no-cursor
confirm-close-surface = false
clipboard-paste-protection = false
unfocused-split-opacity = 1.0
# ================== keybinds ==================
keybind = alt+right=new_split:right
keybind = alt+down=new_split:down
# ---- movements amidst splits (vim) ---
keybind = ctrl+shift+h=goto_split:left
keybind = ctrl+shift+l=goto_split:right
keybind = ctrl+shift+j=goto_split:bottom
keybind = ctrl+shift+k=goto_split:top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment