fix(telescope): use shift-L to open files

This commit is contained in:
2024-09-13 02:42:29 +02:00
parent 2fbcc67e2f
commit 7c5c0a9984
+1 -1
View File
@@ -22,7 +22,7 @@ return {
n = {
q = actions.close,
["<C-c>"] = actions.close,
l = actions.select_default,
["<S-l>"] = actions.select_default,
},
},
},