31 lines
832 B
Text
31 lines
832 B
Text
|
command = /home/emenel/.nix-profile/bin/fish --login --interactive
|
||
|
shell-integration = fish
|
||
|
shell-integration-features = true
|
||
|
|
||
|
theme = Adventure
|
||
|
|
||
|
font-family = "JetBrains Mono"
|
||
|
font-size = 12
|
||
|
background = 111111
|
||
|
selection-foreground = ffffff
|
||
|
selection-background = 444444
|
||
|
bold-is-bright = true
|
||
|
cursor-style = bar
|
||
|
adjust-cursor-thickness = 2
|
||
|
resize-overlay = never
|
||
|
cursor-click-to-move = true
|
||
|
|
||
|
clipboard-paste-protection = true
|
||
|
|
||
|
keybind = ctrl+t=new_tab
|
||
|
keybind = ctrl+w=close_surface
|
||
|
keybind = ctrl+enter=new_split:down
|
||
|
keybind = ctrl+shift+enter=new_split:right
|
||
|
keybind = ctrl+alt+enter=equalize_splits
|
||
|
keybind = ctrl+alt+z=toggle_split_zoom
|
||
|
keybind = ctrl+alt+left=previous_tab
|
||
|
keybind = ctrl+alt+right=next_tab
|
||
|
keybind = ctrl+alt+up=goto_split:left
|
||
|
keybind = ctrl+alt+down=goto_split:right
|
||
|
keybind = ctrl+backspace=text:\x1b\x7f
|