mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
minor updates
This commit is contained in:
parent
a17216730b
commit
e1bb817dc8
2 changed files with 16 additions and 0 deletions
|
|
@ -4,6 +4,11 @@
|
||||||
[manager]
|
[manager]
|
||||||
ratio = [0, 4, 0]
|
ratio = [0, 4, 0]
|
||||||
|
|
||||||
|
[[input.prepend_keymap]]
|
||||||
|
on = "<Esc>"
|
||||||
|
run = "close"
|
||||||
|
desc = "Cancel input"
|
||||||
|
|
||||||
[opener]
|
[opener]
|
||||||
edit = [
|
edit = [
|
||||||
{ run = '~/.config/helide/,yazi_opener.sh "$1"', desc = "Open File in helix" }
|
{ run = '~/.config/helide/,yazi_opener.sh "$1"', desc = "Open File in helix" }
|
||||||
|
|
@ -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" = {
|
xdg.configFile."helide/,yazi_opener.sh" = {
|
||||||
text = ''
|
text = ''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@
|
||||||
cmake
|
cmake
|
||||||
conan
|
conan
|
||||||
|
|
||||||
|
pre-commit
|
||||||
|
|
||||||
black
|
black
|
||||||
ruff
|
ruff
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue