Skip to content

A simple way to create, edit and save files and parent directories

Notifications You must be signed in to change notification settings

duggiefresh/vim-easydir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

easydir.vim

A simple way to create, edit and save files and directories.

What does it do?

Ever wanted to save a file and create its parent directories at the same time?

Well, now you can!

Here are some examples:

  • New directory and file...
:new new_directory/new_file.txt

# Write some stuff to new_file.txt

:w

# new_directory/ is now created
  • Create child directories inside...
:e existing_directory/new_directory/new_file.txt
  • Works with horizontal and vertical splits...
:sp new/directory/file.txt

:vsp another/new/directory/file.txt

Installation

I highly recommend checking out Vundle or Pathogen for managing plugins.

# ~/.vimrc

Plugin 'duggiefresh/vim-easydir'

# Then run ':PluginInstall'
$ cd ~/.vim/bundle
$ git clone https://github.com/duggiefresh/vim-easydir.git

About

A simple way to create, edit and save files and parent directories

Resources

Stars

Watchers

Forks

Packages

No packages published