-
Notifications
You must be signed in to change notification settings - Fork 0
default_keymaps
Rizwanelansyah edited this page May 21, 2024
·
4 revisions
-
<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 likemake/file/on_this_folder/file.txt, the prompt usingvim.ui.input() -
d: delete file/folder if the answer of thevim.ui.select()is 'Yes' -
r: rename a file or the folder, the prompt usingvim.ui.input() -
s: search for file/folder you can clear the search with fill the search with empty string "" -
c: add register to clipboard withcopymethod -
x: add register to clipboard withcutmethod -
v: paste latest register from clipboard -
V: open clipboard and paste selected register