diff options
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' |
