aboutsummaryrefslogtreecommitdiff
path: root/autoload/surround.kak
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--autoload/surround.kak2
1 files changed, 1 insertions, 1 deletions
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<ret>'
+map global user k ': enter-user-mode surround<ret>' -docstring 'Surround mode'
map global surround a ': enter-user-mode surround-append<ret>'
map global surround s ': enter-user-mode surround-select<ret>'