add zellij config

This commit is contained in:
Alexander Navarro 2025-03-26 16:57:54 -03:00
parent 7e4da5dff9
commit cbf59bea4b
5 changed files with 435 additions and 359 deletions

View file

@ -19,6 +19,15 @@ g = [
":reload-all"
]
[keys.normal.space]
e = [
':sh rm -f /tmp/unique-file',
':insert-output yazi %{buffer_name} --chooser-file=/tmp/unique-file',
':insert-output echo "\x1b[?1049h\x1b[?2004h" > /dev/tty',
':open %sh{/bin/cat /tmp/unique-file}',
':redraw',
]
[editor]
line-number = "relative"
cursorline = true