refactor(plugins): move incremental selection keymaps to "l" prefix

This commit is contained in:
Nicolas Goudry 2024-06-10 18:35:15 +02:00
parent 9b8805e1a9
commit 331ebaef26
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44
2 changed files with 8 additions and 9 deletions

View file

@ -23,7 +23,6 @@
"<leader>f".name = "${icons.Search} Find";
"<leader>g".name = "${icons.Git} Git";
"<leader>l".name = "${icons.ActiveLSP} Language Tools";
"<leader>s".name = " Incremental Selection";
"<leader>S".name = "${icons.Session} Session";
"<leader>t".name = "${icons.Terminal} Terminal";
"<leader>u".name = "${icons.Window} UI/UX";