From 3703f2cb86779b1364f814b5dffb3dbe5e4d547b Mon Sep 17 00:00:00 2001 From: piecka Date: Tue, 10 Dec 2024 14:01:40 +0100 Subject: [PATCH] updates --- keymap.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keymap.toml b/keymap.toml index e21f5fc..20880de 100644 --- a/keymap.toml +++ b/keymap.toml @@ -10,7 +10,7 @@ keymap = [ { on = "q", run = "quit", desc = "Exit the process" }, { on = "Q", run = "quit --no-cwd-file", desc = "Exit the process without writing cwd-file" }, { on = "", run = "close", desc = "Close the current tab, or quit if it is last tab" }, - { on = "", run = "suspend", desc = "Suspend the process" }, + # { on = "", run = "suspend", desc = "Suspend the process" }, # Hopping { on = "k", run = "arrow -1", desc = "Move cursor up" }, @@ -73,7 +73,7 @@ keymap = [ { on = "r", run = "rename --cursor=before_ext", desc = "Rename selected file(s)" }, { on = ";", run = "shell --interactive", desc = "Run a shell command" }, { on = ":", run = "shell --block --interactive", desc = "Run a shell command (block until finishes)" }, - { on = "", run = "hidden toggle", desc = "Toggle the visibility of hidden files" }, + { on = "", run = "hidden toggle", desc = "Toggle the visibility of hidden files" }, { on = "s", run = "search fd", desc = "Search files by name using fd" }, { on = "S", run = "search rg", desc = "Search files by content using ripgrep" }, { on = "", run = "escape --search", desc = "Cancel the ongoing search" },