summaryrefslogtreecommitdiffstats
path: root/config/keymap.conf
blob: f6cd21f362097a16c190eef52ce6fbc549b35e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Joshuto Keymap config file

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 HOME cursor_move_home
map END cursor_move_end

map PPAGE cursor_move_page_up
map NPAGE cursor_move_page_down

map r open_file_with

map z,h toggle_hidden

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 d,D delete_files
map DELETE delete_files

map SPACE select_files toggle=true

map g,r change_directory '/'
map g,e change_directory '/etc'

## 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