summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-05 17:10:01 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-05 17:10:01 -0500
commit5fb4e14acf9f31761bdccdb293bddfa7db5a1df6 (patch)
treee6242b55c18c49d7e401495c89983c31251353ab
parentc416f8249399ab52bb6862aa734e789402e49f1c (diff)
update keymap.conf
-rw-r--r--config/keymap.conf31
1 files changed, 16 insertions, 15 deletions
diff --git a/config/keymap.conf b/config/keymap.conf
index f6cd21f..f1eb60a 100644
--- a/config/keymap.conf
+++ b/config/keymap.conf
@@ -2,17 +2,17 @@
map q quit
-map UP cursor_move -1
-map DOWN cursor_move 1
-map LEFT parent_directory
-map RIGHT open_file
-map ENTER open_file
+map Up cursor_move -1
+map Down cursor_move 1
+map Left parent_directory
+map Right open_file
+map Enter open_file
-map HOME cursor_move_home
-map END cursor_move_end
+map Home cursor_move_home
+map End cursor_move_end
-map PPAGE cursor_move_page_up
-map NPAGE cursor_move_page_down
+map PageUp cursor_move_page_up
+map PageDown cursor_move_page_down
map r open_file_with
@@ -27,16 +27,17 @@ map A rename_file prepend
map c,w rename_file overwrite
map d,D delete_files
-map DELETE delete_files
+map Delete delete_files
-map SPACE select_files toggle=true
+map Space select_files toggle=true
-map g,r change_directory '/'
-map g,e change_directory '/etc'
+map m,k mkdir
+
+map g,r cd '/'
+map g,e cd '/etc'
## Features not yet implemented
map / search
-map m,k make_directory
map R reload_dir_list
-map CTRL,t new_tab
+map Ctrl,t new_tab
map b,b bulk_rename