summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-07-22 16:15:45 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-07-22 16:15:45 +0900
commitc346302f9ef87f356ba52a0ca75179ef35222546 (patch)
tree080b3c57500f86166a0417c9d6d0da19e3ac8cba /README.md
parent738e04acd2cc4c83c6a38f991af57d07a0a98856 (diff)
Update key manual
Diffstat (limited to 'README.md')
-rw-r--r--README.md112
1 files changed, 58 insertions, 54 deletions
diff --git a/README.md b/README.md
index bf07c75..a83363a 100644
--- a/README.md
+++ b/README.md
@@ -154,60 +154,64 @@ Both relative and absolute path available.
### Key manual
```
-j / Down :Go down.
-k / Up :Go up.
-h / Left :Go to the parent directory if exists.
-l / Right / Enter :Open item or change directory.
-gg :Go to the top.
-G :Go to the bottom.
-z + Enter :Go to the home directory.
-z <keyword> :Jump to a directory that matches the keyword. (zoxide required)
-<C-o> :Jump backward.
-<C-i> :Jump forward.
-o :Open item in a new window.
-e :Unpack archive/compressed file.
-dd :Delete and yank item.
-yy :Yank item.
-p :Put yanked item(s) in the current directory.
-:reg :Show registers. To hide it, press v.
-"ayy :Yank item to register a.
-"add :Delete and yank item to register a.
-"Ayy :Append item to register a.
-"Add :Delete and append item to register a.
-"ap :Put item(s) from register a.
-V :Switch to the linewise visual mode.
- - y :In the visual mode, yank selected item(s).
- - d :In the visual mode, delete and yank selected item(s).
- - "ay :In the visual mode, yank items to register a.
- - "ad :In the visual mode, delete and yank items to register a.
- - "Ay :In the visual mode, append items to register a.
- - "Ad :In the visual mode, delete and append items to register a.
-u :Undo put/delete/rename.
-<C-r> :Redo put/delete/rename.
-v :Toggle whether to show the preview.
-s :Toggle between vertical / horizontal split in the preview mode.
-Alt + j / Down :Scroll down the preview text.
-Alt + k / Up :Scroll up the preview text.
-backspace :Toggle whether to show hidden items.
-t :Toggle the sort order (name <-> modified time).
-: :Switch to the command line.
- - <C-r>a :In the command line, paste item name in register a.
-c :Switch to the rename mode.
-/ :Search items by a keyword.
-n :Go forward to the item that matches the keyword.
-N :Go backward to the item that matches the keyword.
-Esc :Return to the normal mode.
-:cd :Go to the home directory.
-:cd <path> :Go to the path.
-:e :Reload the current directory.
-:trash :Go to the trash directory.
-:empty :Empty the trash directory.
-:h :Show help.
-:q :Exit.
-ZZ :Exit without cd to last working directory
- (if `match_vim_exit_behavior` is `false`).
-ZQ :cd into the last working directory and exit
- (if shell setting is ready and `match_vim_exit_behavior is `false`).
+j / <Down> :Go down.
+k / <Up> :Go up.
+h / <Left> :Go to the parent directory if exists.
+l / <Right> / <CR> :Open item or change directory.
+gg :Go to the top.
+G :Go to the bottom.
+z<CR> :Go to the home directory.
+z{keyword}<CR> :Jump to a directory that matches the keyword.
+ (zoxide required)
+<C-o> :Jump backward.
+<C-i> :Jump forward.
+o :Open item in a new window.
+e :Unpack archive/compressed file.
+dd :Delete and yank item.
+yy :Yank item.
+p :Put yanked item(s) from register zero
+ in the current directory.
+:reg :Show registers. To hide it, press v.
+"ayy :Yank item to register a.
+"add :Delete and yank item to register a.
+"Ayy :Append item to register a.
+"Add :Delete and append item to register a.
+"ap :Put item(s) from register a.
+V :Switch to the linewise visual mode.
+ - y :In the visual mode, yank selected item(s).
+ - d :In the visual mode, delete and yank selected item(s).
+ - "ay :In the visual mode, yank items to register a.
+ - "ad :In the visual mode, delete and yank items to register a.
+ - "Ay :In the visual mode, append items to register a.
+ - "Ad :In the visual mode, delete and append items to register a.
+u :Undo put/delete/rename.
+<C-r> :Redo put/delete/rename.
+v :Toggle whether to show the preview.
+s :Toggle between vertical / horizontal split in the preview mode.
+<Alt-j>
+ / <Alt-<Down>> :Scroll down the preview text.
+<Alt-k> /
+ / <Alt-<Up>> :Scroll up the preview text.
+<BS> :Toggle whether to show hidden items.
+t :Toggle the sort order (name <-> modified time).
+: :Switch to the command line.
+ - <C-r>a :In the command line, paste item name in register a.
+c :Switch to the rename mode.
+/ :Search items by a keyword.
+n :Go forward to the item that matches the keyword.
+N :Go backward to the item that matches the keyword.
+<Esc> :Return to the normal mode.
+:cd<CR> :Go to the home directory.
+:cd{path}<CR> :Go to the path.
+:e<CR> :Reload the current directory.
+:trash<CR> :Go to the trash directory.
+:empty<CR> :Empty the trash directory.
+:h<CR> :Show help.
+:q<CR> :Exit.
+ZZ :Exit without cd to last working directory
+ (if `match_vim_exit_behavior` is `false`).
+ZQ :cd into the last working directory and exit
+ (if shell setting is ready and `match_vim_exit_behavior is `false`).
```
<a id="preview"></a>