Created
January 2, 2025 10:13
-
-
Save Himujjal/459ae811cf270e4a75cae3c7a581d93d to your computer and use it in GitHub Desktop.
Configs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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