Mercurial > dotfiles
diff dot_config/helix/config.toml.tmpl @ 831:cb9216ce3678
feat: show branch name in status line
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 06 Jan 2024 10:58:11 +0100 |
parents | 1b779efc2b42 |
children | c7a17b231dd9 |
line wrap: on
line diff
--- a/dot_config/helix/config.toml.tmpl Sat Jan 06 10:57:41 2024 +0100 +++ b/dot_config/helix/config.toml.tmpl Sat Jan 06 10:58:11 2024 +0100 @@ -17,6 +17,9 @@ render = true skip-levels = 1 +[editor.statusline] +right = ["diagnostics", "version-control", "selections", "register", "position", "file-encoding"] + [keys.insert] C-f = "move_char_right"