summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-09 12:39:31 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-09 13:07:31 -0500
commitbecbb90b2f22d58c98693d653f55ba604bb03f75 (patch)
tree085b9ac9b197a9ad3f0dd20df36848c5619adefe /config
parent656582a6c867c25667661be9b327b4cc73859d7d (diff)
rework input thread and file operations
- no longer depend on fs_extra for copy/paste files - in house solution preserves permissions - ioworkers are now queued, no more parallel io tasks - input thread now listens for ioworker threads as well - cargo fmt
Diffstat (limited to 'config')
-rw-r--r--config/keymap.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index a0f655d..d2eee9c 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -122,7 +122,7 @@ keys = [ "A" ]
[[mapcommand]]
command = "select_files"
args = [ "--toggle" ]
-keys = [ "space" ]
+keys = [ " " ]
[[mapcommand]]
command = "select_files"
args = [ "--toggle", "--all" ]