dotfiles/home/private_dot_config/helix/config.toml

16 lines
393 B
TOML

theme = "catppuccin_mocha"
[editor]
true-color = true
insert-final-newline = false
[editor.file-picker]
hidden = false
[keys.normal]
C-r = ":reload-all"
C-y = ":sh zellij run -c -f -x 10% -y 10% --width 80% --height 80% -- bash ~/.config/helix/yazi-picker.sh open"
[keys.normal.C-m]
t = ":sh run_test_under_cursor"
j = ":sh zellij run -f -x 10% -y 10% --width 80% --height 80% -- jj diff"