1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +00:00
dotfiles/config/helix/config.toml

10 lines
No EOL
287 B
TOML

theme = "catppuccin_mocha"
[editor.file-picker]
hidden = false
git-ignore = false
[keys.normal]
l = ["collapse_selection", "extend_to_line_end"]
h = ["collapse_selection", "extend_to_line_start"]
s = ["collapse_selection", "select_mode", "goto_first_nonwhitespace", "exit_select_mode"]