/
telnov.ob
/
cerberus
Обзор
Документация
Войти
/
telnov.ob
/
cerberus
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
vim/vim_alias.sh
19 строк
647 B
Daniel J Wilcox
changed #!/bin/sh to #!/bin/bash
13 июн 2013, 00:22
13 июн 2013, 00:22
0299999
Код
Авторство
О чём код?
#!/bin/bash alias v="vim ." # v # A directory listing will show up. Now you can do the following: # Use j/k to go up & down # Place cursor on a dir & press enter to explore it # Place cursor on a file & press enter to edit it # Use - to go up a dir # Use D to delete a file or dir # Use R to rename a file or dir # Use s to change the sorting of items (name, time, size) # Use d to create a dir # Use i to cycle between listing formats (thin, long, wide, tree) # Use Ctrl-l to refresh a directory listing # You can do a lot more with netrw too! It can be used for remote file browsing over ssh. For more info, check the help file with F1.