diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-01-18 16:34:31 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-01-18 16:34:31 +0530 |
| commit | 8e6fa2062700d8c4816e8ecd95940805bedc245b (patch) | |
| tree | f6c7ba5210e20ad8068285e4a7ba86d4c0620923 /autoload/marks.kak | |
| parent | 64c5e3b2e5dd1310e79062170d96113ecc06a092 (diff) | |
| download | kakoune-config-8e6fa2062700d8c4816e8ecd95940805bedc245b.tar.gz kakoune-config-8e6fa2062700d8c4816e8ecd95940805bedc245b.zip | |
Add plugins directory linking
Diffstat (limited to 'autoload/marks.kak')
| -rw-r--r-- | autoload/marks.kak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/autoload/marks.kak b/autoload/marks.kak index e1f7d72..d7aea04 100644 --- a/autoload/marks.kak +++ b/autoload/marks.kak @@ -37,9 +37,14 @@ define-command marks-show %{ } } +define-command marks-edit-all %{ + edit %sh{ "$kak_config/scripts/marks.fnl" show-path } +} + declare-user-mode marks map global user a ': enter-user-mode-with-count marks<ret>' -docstring 'Marks mode' map global user <space> ': marks-select %val{count}<ret>' -docstring 'Select marks' map global marks a ': marks-add %val{buffile} %opt{user_mode_count}<ret>' -docstring 'Create new mark from buffer' map global marks d ': marks-delete %val{buffile}<ret>' -docstring 'Delete mark' map global marks C ': marks-clear<ret>' -docstring 'Clear mark' +map global marks e ': marks-edit-all<ret>' -docstring 'Open buffer to edit marks' |
