AutoYADM commit: 2025-07-01 15:09:01
This commit is contained in:
parent
21e11ec821
commit
4c7960a6a8
1 changed files with 11 additions and 0 deletions
11
.config/kak/autoload/mark.kak
Normal file
11
.config/kak/autoload/mark.kak
Normal file
|
@ -0,0 +1,11 @@
|
|||
declare-option -hidden str mark_saved
|
||||
define-command mark-save %{
|
||||
execute-keys '"jZ'
|
||||
}
|
||||
define-command mark-restore %{
|
||||
execute-keys '"jz'
|
||||
}
|
||||
|
||||
map global normal <c-s-y> ': echo hi<ret>'
|
||||
# map global normal <c-Y> ': mark-save<ret>'
|
||||
map global normal <c-y> ': mark-restore<ret>'
|
Loading…
Add table
Add a link
Reference in a new issue