AutoYADM commit: 2025-06-04 19:53:18
This commit is contained in:
parent
e360171387
commit
b656d363f9
1 changed files with 10 additions and 1 deletions
|
@ -156,12 +156,21 @@ define-command -override -hidden consume %{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
define-command terminal-consume %{
|
||||||
|
terminal dash -c 'niri msg action consume-or-expel-window-left; exec fish'
|
||||||
|
}
|
||||||
|
|
||||||
|
alias global tc terminal-consume
|
||||||
|
|
||||||
define-command -docstring %{
|
define-command -docstring %{
|
||||||
Create a new client in vertial split
|
Create a new client in vertial split
|
||||||
} newv %{
|
} new-consume %{
|
||||||
new consume
|
new consume
|
||||||
}
|
}
|
||||||
|
|
||||||
|
alias global nc new-consume
|
||||||
|
alias global n new
|
||||||
|
|
||||||
# jumplist
|
# jumplist
|
||||||
|
|
||||||
map -docstring 'jump forward' global normal <c-f> <c-i>
|
map -docstring 'jump forward' global normal <c-f> <c-i>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue