mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Merge branch 'main' of github.com:tmayoff/.dotfiles
This commit is contained in:
commit
d18c5b6398
4 changed files with 49 additions and 36 deletions
|
|
@ -3,6 +3,11 @@
|
|||
text = ''
|
||||
[manager]
|
||||
ratio = [0, 4, 0]
|
||||
|
||||
[[input.prepend_keymap]]
|
||||
on = "<Esc>"
|
||||
run = "close"
|
||||
desc = "Cancel input"
|
||||
|
||||
[opener]
|
||||
edit = [
|
||||
|
|
@ -11,6 +16,15 @@
|
|||
'';
|
||||
};
|
||||
|
||||
xdg.configFile."helide/keymap.toml" = {
|
||||
text = ''
|
||||
[[input.prepend_keymap]]
|
||||
on = "<Esc>"
|
||||
run = "close"
|
||||
desc = "Cancel input"
|
||||
'';
|
||||
};
|
||||
|
||||
xdg.configFile."helide/,yazi_opener.sh" = {
|
||||
text = ''
|
||||
#!/usr/bin/env bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue