From d2995bc1d5968b5e8d018135748c6768f920d3c8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 25 Jun 2026 14:51:16 +0530 Subject: Update kakoune + refactor enter-user-mode with -count --- autoload/marks.kak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autoload/marks.kak') diff --git a/autoload/marks.kak b/autoload/marks.kak index 1621308..e3115f9 100644 --- a/autoload/marks.kak +++ b/autoload/marks.kak @@ -53,9 +53,9 @@ define-command marks-add-all-buffers %{ } declare-user-mode marks -map global user a ': enter-user-mode-with-count marks' -docstring 'Marks mode' +map global user a ': enter-user-mode -count %val{count} marks' -docstring 'Marks mode' map global user ': marks-select %val{count}' -docstring 'Select marks' -map global marks a ': marks-add %val{buffile} %opt{user_mode_count}' -docstring 'Create new mark from buffer' +map global marks a ': marks-add %val{buffile} %val{count}' -docstring 'Create new mark from buffer' map global marks A ': marks-add-all-buffers' -docstring 'Load all buffer files as marks' map global marks d ': marks-delete %val{buffile}' -docstring 'Delete mark' map global marks C ': marks-clear' -docstring 'Clear mark' -- cgit v1.3.1