dotfiles/home/private_dot_config/helix/config.toml

15 lines
317 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 5% -y 5% --width 90% --height 90% -- bash ~/.config/helix/yazi-picker.sh open"
[keys.normal.C-m]
t = ":sh run_test_under_cursor"