Skip to content

default_keymaps

Rizwanelansyah edited this page May 25, 2024 · 4 revisions

Default Keymaps

lhs description
<Right>, l open folder or edit a file
<Left>, h go to the parent folder of opened folder
a create a file if the name ends with "/" create a folder can be nested like make/file/on_this_folder/file.txt, the prompt using vim.ui.input()
d delete file/folder if the answer of the vim.ui.select() is 'Yes'
r rename a file or the folder, the prompt using vim.ui.input()
s search for file/folder you can clear the search with fill the search with empty string ""
c add register to clipboard with copy method
x add register to clipboard with cut method
v paste latest register from clipboard
V open clipboard and paste selected register
f select filter from config filters field
F set filter to default filter
<C-f> toggle reverse filter
o select filter from config sorts field
O set sort to default sort
<C-o> toggle reverse sort

New Keymaps On v0.4

lhs description
gc go to CWD
<C-]> set dir under cursor as CWD
<C-[> set current path as CWD
S clear search

Clone this wiki locally