AutoYADM commit: 2025-06-13 13:36:39

This commit is contained in:
Daniel Fichtinger 2025-06-13 13:36:39 -04:00
parent 1d3d53cd13
commit a023470f9c

View file

@ -98,8 +98,13 @@ map -docstring 'Extend to file end' global user n "gj<a-l>l"
define-command -docstring "Create a scratch buffer" scratch %{ define-command -docstring "Create a scratch buffer" scratch %{
edit -scratch edit -scratch
} }
alias global s scratch alias global s scratch
define-command -params 1 -docstring "Set buffer filetype" filetype %{
set-option buffer filetype %arg{1}
}
define-command -docstring "New terminal in cwd" cwd-terminal %{ define-command -docstring "New terminal in cwd" cwd-terminal %{
terminal fish terminal fish
} }