AutoYADM commit: 2025-05-30 23:47:40
This commit is contained in:
parent
df4de8d021
commit
16c9bfca01
1 changed files with 15 additions and 1 deletions
|
@ -147,6 +147,20 @@ define-command exec-selection %{
|
|||
}
|
||||
|
||||
map -docstring 'execute selection' global debug x ': exec-selection<ret>'
|
||||
define-command repl %{
|
||||
new %{ edit -scratch; set buffer filetype kak }
|
||||
}
|
||||
define-command -override -hidden consume %{
|
||||
nop %sh{
|
||||
niri msg action consume-or-expel-window-left
|
||||
}
|
||||
}
|
||||
|
||||
define-command -docstring %{
|
||||
Create a new client in vertial split
|
||||
} newv %{
|
||||
new consume
|
||||
}
|
||||
|
||||
# jumplist
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue