add zellij config
This commit is contained in:
parent
7e4da5dff9
commit
cbf59bea4b
5 changed files with 435 additions and 359 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue