refactor(plugins/resession): move keymaps under "s" prefix
This commit is contained in:
parent
331ebaef26
commit
6045392e7d
3 changed files with 11 additions and 11 deletions
|
|
@ -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')"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue