profile: add niri, kakoune: add key for peneira symbols

This commit is contained in:
2026-05-18 21:18:51 +02:00
parent 3aa7246458
commit 1743fc3cb0
2 changed files with 4 additions and 1 deletions

View File

@@ -205,5 +205,6 @@ bundle 'peneira' 'https://github.com/gustavo-hms/peneira' %{
map global -docstring 'Files' peneira-mode 'f' ': peneira-files<ret>'
map global -docstring 'Files' peneira-mode 'F' ': peneira-local-files<ret>'
map global -docstring 'Lines' peneira-mode 'l' ': peneira-lines<ret>'
map global -docstring 'Symbols' peneira-mode 's' ': peneira-symbols<ret>'
map global -docstring 'Recent files' peneira-mode 'r' ': peneira-recent-files<ret>'
}