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
|
@ -146,7 +146,21 @@ define-command exec-selection %{
|
||||||
execute-keys ':<c-r>.<ret>'
|
execute-keys ':<c-r>.<ret>'
|
||||||
}
|
}
|
||||||
|
|
||||||
map -docstring 'execute selection' global debug x ': exec-selection<ret>'
|
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
|
# jumplist
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue