mount: add more default keys (#152)
This commit is contained in:
@@ -50,6 +50,8 @@ end)
|
|||||||
local M = {
|
local M = {
|
||||||
keys = {
|
keys = {
|
||||||
{ on = "q", run = "quit" },
|
{ on = "q", run = "quit" },
|
||||||
|
{ on = "<Esc>", run = "quit" },
|
||||||
|
{ on = "<Enter>", run = { "enter", "quit" } },
|
||||||
|
|
||||||
{ on = "k", run = "up" },
|
{ on = "k", run = "up" },
|
||||||
{ on = "j", run = "down" },
|
{ on = "j", run = "down" },
|
||||||
|
|||||||
Reference in New Issue
Block a user