标题: fantastic file manager for vi user --- vifm [打印本页] 作者: wangsong2 时间: 2006-03-29 12:31 标题: fantastic file manager for vi user --- vifm i always want to find a file manager in linux console mode, something can really help me to copy,move,delete files quickly, i am not saying that bash is not good, but cp or mv files between directories with complex names is really not so quick to do.
and finally i found this , vifm. it's a file manager with two panels under the console mode, it use the same command like vi. for examples:
h: up a level
k,j: move cusor between files
l: enter the directory or edit the file with vi
cw: to change file name
dd: to delete file to trash
yy: cp a file to yanking area
and you can combine the command with numbers too, just like in vi, like 3yy can copy 3 files to yanking area.
though i just use vifm for one night, but i really like it. it's really fantastic for me and for those vi users i think.
By the way, good news --- Vim 7 beta is out. i have waited it for so long.