Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

tssm/tectonic.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operate in buffers and files at the same time! This plug-in exposes three commands:

  • :Delete[!] [{bufname}] will delete the buffer and the file on disk.
  • :Move[!] {filename} will change the buffer name and the file name relative to :pwd.
  • :Rename[!] {filename} will do the same but relative to the buffer directory.

! variants force the command in case your want to overwrite an existing file or discard a buffer's changes.

Also when you edit a file in a directory that doesn't exists it will ask you if you want to create that directory.