AutoYADM commit: 2025-06-13 13:36:39
This commit is contained in:
parent
1d3d53cd13
commit
a023470f9c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue