cloudcmd v7.5.0
Vim
When --vim option provided, or configuration parameter vim set, next hot keys become available:
| Key | Operation |
|---|---|
j |
navigate to next file |
k |
navigate to previous file |
dd |
remove current file |
G |
navigate to bottom file |
gg |
navigate to top file |
v |
visual mode |
y |
copy (selected in visual mode files) |
p |
paste files |
Esc |
unselect all |
Commands can be joined, for example:
5jwill navigate5files below current;d5jwill remove next5files;dGwill remove all files from current to bottom;
feature
- (vim) add hot keys
- (key) add ability to extract archives with Alt + F9
- (key) add ability to pack files with Alt + F5
updates
- fullstore v1.1.0
