fix: change some navigation bindings

This commit is contained in:
2024-10-31 17:54:24 +01:00
parent 93b501048d
commit 3a6633202f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ return {
n = {
q = actions.close,
["<C-c>"] = actions.close,
["<S-l>"] = actions.select_default,
["<C-l>"] = actions.select_default,
},
},
},