refactor(plugins/resession): move keymaps under "s" prefix

This commit is contained in:
Nicolas Goudry 2024-06-10 18:35:42 +02:00
parent 331ebaef26
commit 6045392e7d
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44
3 changed files with 11 additions and 11 deletions

View file

@ -30,7 +30,7 @@ let
# Use function defined in lua config (see extra.config) to generate buttons
val = [
{ __raw = "alpha_button('LDR S l', '${icons.Refresh} Last Session')"; }
{ __raw = "alpha_button('LDR s l', '${icons.Refresh} Last Session')"; }
{ __raw = "alpha_button('LDR e ', '${icons.FolderOpen} Explorer')"; }
{ __raw = "alpha_button('LDR f o', '${icons.DefaultFile} Recents')"; }
{ __raw = "alpha_button('LDR f f', '${icons.Search} Find File')"; }