From 13a2f89ecbda892aeaf5533a2779a96fec2968e2 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 2 Jul 2026 10:49:39 +0530 Subject: Add selection mode + git link base branch --- autoload/surround.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/surround.kak') diff --git a/autoload/surround.kak b/autoload/surround.kak index 5c691ef..ae06858 100644 --- a/autoload/surround.kak +++ b/autoload/surround.kak @@ -2,7 +2,7 @@ declare-user-mode surround declare-user-mode surround-append declare-user-mode surround-delete declare-user-mode surround-select -map global user k ': enter-user-mode surround' +map global user k ': enter-user-mode surround' -docstring 'Surround mode' map global surround a ': enter-user-mode surround-append' map global surround s ': enter-user-mode surround-select' -- cgit v1.3.1