AutoYADM commit: 2025-07-20 03:35:54
This commit is contained in:
parent
dedd96631c
commit
d31de12a33
1 changed files with 6 additions and 0 deletions
|
@ -190,3 +190,9 @@ hook global BufWritePost .*/\.config/niri/.*\.kdl(##.+)? %{
|
|||
fi
|
||||
}
|
||||
}
|
||||
|
||||
declare-filetype-mode markdown
|
||||
define-command markdown-code-block %{
|
||||
execute-keys 'o```<esc>o```<esc>kA'
|
||||
}
|
||||
map -docstring 'codeblock' global markdown ` ': markdown-code-block<ret>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue