diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-07-02 10:49:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-07-02 10:49:39 +0530 |
| commit | 13a2f89ecbda892aeaf5533a2779a96fec2968e2 (patch) | |
| tree | 23c2dca66ec7d595f941bdae2033b84bca09ff2c /autoload/surround.kak | |
| parent | 8ff33f448ead9dcfe87395a81302bb57d4124d7d (diff) | |
| download | kakoune-config-13a2f89ecbda892aeaf5533a2779a96fec2968e2.tar.gz kakoune-config-13a2f89ecbda892aeaf5533a2779a96fec2968e2.zip | |
Add selection mode + git link base branch
Diffstat (limited to 'autoload/surround.kak')
| -rw-r--r-- | autoload/surround.kak | 2 |
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>' |
