Skip to content

Commit

Permalink
feat: use esc to go outside
Browse files Browse the repository at this point in the history
  • Loading branch information
BeLeap committed Feb 28, 2024
1 parent 1a72ecb commit 2dd6f64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions users/beleap/files/.config/xplr/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ xplr.config.modes.builtin.default = {
"Back",
},
},
["esc"] = {
help = "back",
messages = {
"Back",
},
},
["q"] = {
help = "quit",
messages = {
Expand Down

0 comments on commit 2dd6f64

Please sign in to comment.