Skip to content

vim-scripts/fso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3555

Enable vim user to do some operating action on file on which cursor is passing over

o Usage

	Just type 
           :REN to rename  file under cursor       
           :DEL to delete file under cursor       
           :INF to display informations of file under cursor       
           :BROZ to browse filepath of file under cursor       

           :LSD to access to those features from popupmenu


o Filenames/Filepaths recognition

  1.Check that filename under cursor exists and is in an opened NERDTree buffer
  2.Check that filename under cursor is readable
  3.Check that path of opend buffer concated with filepath under cursor is readable
  4.Check the current opened buffer exists and ask user to modify it.

About

file system operations under cursor and more

Resources

Stars

Watchers

Forks

Packages

No packages published