From 73a9be025659a9b36a9284e160a9aee995db5314 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 5 Nov 2025 21:56:06 +0530 Subject: Add some buffer keys and buffers-show command --- autoload/marks.kak | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'autoload/marks.kak') diff --git a/autoload/marks.kak b/autoload/marks.kak index 43e7126..2f58c22 100644 --- a/autoload/marks.kak +++ b/autoload/marks.kak @@ -38,8 +38,8 @@ define-command marks-switch -params 1 %{ } declare-user-mode marks -map global user a ':enter-user-mode-with-count marks' -docstring 'Marks mode' -map global user ':marks-switch %val{count}' -docstring 'Switch marks' -map global marks a ':marks-add %val{buffile} %opt{user_mode_count}' -docstring 'Create new mark from buffer' -map global marks d ':marks-delete %val{buffile}' -docstring 'Delete mark' -map global marks C ':marks-clear' -docstring 'Clear mark' +map global user a ': enter-user-mode-with-count marks' -docstring 'Marks mode' +map global user ': marks-switch %val{count}' -docstring 'Switch marks' +map global marks a ': marks-add %val{buffile} %opt{user_mode_count}' -docstring 'Create new mark from buffer' +map global marks d ': marks-delete %val{buffile}' -docstring 'Delete mark' +map global marks C ': marks-clear' -docstring 'Clear mark' -- cgit v1.3.1