Create helix config
This commit is contained in:
parent
02a1ddef85
commit
05796118b9
1 changed files with 5 additions and 0 deletions
5
.config/helix/config.toml
Normal file
5
.config/helix/config.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
theme = "jetbrains_dark"
|
||||||
|
[editor]
|
||||||
|
bufferline = "always"
|
||||||
|
[keys.normal]
|
||||||
|
C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
|
||||||
Loading…
Reference in a new issue