sponsor Vim development Vim logo Vim Book Ad

fso : file system operations under cursor and more

 script karma  Rating 4/3, Downloaded by 711  Comments, bugs, improvements  Vim wiki

created by
niva niva
 
script type
utility
 
description
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.
 
install details
1. Just put this vimscript into $home/vimfiles/plugin
2. Type :FSOHLP
this will generate help file, and then you can consult itby typing :h fso
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
fso.vim 1.7 2011-08-26 7.0 niva niva Use NERDTree to do file system operations. It is better !
ip used for rating: 3.133.144.217

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github