24 lines
526 B
TOML
24 lines
526 B
TOML
theme = "theme"
|
|
|
|
[editor.indent-guides]
|
|
render = true
|
|
|
|
[keys.normal.space]
|
|
e = [
|
|
':sh rm -f /tmp/unique-file',
|
|
':sh rm -f /tmp/unique-cwd-file',
|
|
":insert-output yazi --chooser-file=/tmp/unique-file --cwd-file=/tmp/unique-cwd-file",
|
|
':insert-output echo "\x1b[?1049h\x1b[?2004h" > /dev/tty',
|
|
':open %sh{cat /tmp/unique-file}',
|
|
':cd %sh{cat /tmp/unique-cwd-file}',
|
|
':redraw',
|
|
]
|
|
|
|
# helix/config.toml
|
|
[keys.normal]
|
|
C-g = [
|
|
":write-all",
|
|
":insert-output lazygit >/dev/tty",
|
|
":redraw",
|
|
":reload-all"
|
|
]
|