summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-04 20:34:35 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-04 20:34:35 -0500
commitdb9c8e1a0dcae2c49987ff3ffc8c7cdb806a8357 (patch)
treec8dd26f5305925e1e56a0b9a6dc80d6106423a62 /config
parent7fe5c755be5555ce35d131c44fecc218776ee155 (diff)
update keymap.conf
Diffstat (limited to 'config')
-rw-r--r--config/keymap.conf17
1 files changed, 9 insertions, 8 deletions
diff --git a/config/keymap.conf b/config/keymap.conf
index 8a71afc..f6cd21f 100644
--- a/config/keymap.conf
+++ b/config/keymap.conf
@@ -14,11 +14,9 @@ map END cursor_move_end
map PPAGE cursor_move_page_up
map NPAGE cursor_move_page_down
-map SPACE mark_files
-
map r open_file_with
-map R reload_dir_list
+map z,h toggle_hidden
map d,d cut_files
map y,y copy_files
@@ -31,11 +29,14 @@ map c,w rename_file overwrite
map d,D delete_files
map DELETE delete_files
-map z,h toggle_hidden
+map SPACE select_files toggle=true
map g,r change_directory '/'
-map g,r change_directory '/etc'
-
-# map CTRL,t new_tab
+map g,e change_directory '/etc'
-# map bb bulk_rename
+## Features not yet implemented
+map / search
+map m,k make_directory
+map R reload_dir_list
+map CTRL,t new_tab
+map b,b bulk_rename