summaryrefslogtreecommitdiffstats
path: root/config/keymap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/keymap.conf')
-rw-r--r--config/keymap.conf50
1 files changed, 30 insertions, 20 deletions
diff --git a/config/keymap.conf b/config/keymap.conf
index fbae578..8a71afc 100644
--- a/config/keymap.conf
+++ b/config/keymap.conf
@@ -1,31 +1,41 @@
# Joshuto Keymap config file
-map q Quit
+map q quit
-map UP CursorMove -1
-map DOWN CursorMove 1
-map LEFT ParentDirectory
-map RIGHT Open
-map ENTER Open
+map UP cursor_move -1
+map DOWN cursor_move 1
+map LEFT parent_directory
+map RIGHT open_file
+map ENTER open_file
-map HOME CursorMoveHome
-map END CursorMoveEnd
+map HOME cursor_move_home
+map END cursor_move_end
-map PPAGE CursorMovePageUp
-map NPAGE CursorMovePageDown
+map PPAGE cursor_move_page_up
+map NPAGE cursor_move_page_down
-map d,D DeleteFiles
-map DELETE DeleteFiles
+map SPACE mark_files
-map r OpenWith
+map r open_file_with
-map d,d CutFiles
-map y,y CopyFiles
-map a RenameFile
+map R reload_dir_list
-map z,h ToggleHiddenFiles
+map d,d cut_files
+map y,y copy_files
+map p,p paste_files
+map p,o paste_files overwrite=true
+map a rename_file append
+map A rename_file prepend
+map c,w rename_file overwrite
-# map g,g ChangeDirectory
-map g,r ChangeDirectory /
+map d,D delete_files
+map DELETE delete_files
-# map bb BulkRename
+map z,h toggle_hidden
+
+map g,r change_directory '/'
+map g,r change_directory '/etc'
+
+# map CTRL,t new_tab
+
+# map bb bulk_rename