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

Releases: andreyorst/SimpleWorkspaces.vim

SimpleWorkspaces.vim v0.0.2

13 Aug 18:28
Compare
Choose a tag to compare

Features

  1. New command:
    • :WorkspaceSave - save workspace with a meaningful name
  2. Global variables renamed, old configurations is obsolete now

Install

  • vim-plug:
    Add this to your .vimrc:

    Plug 'andreyorst/SimpleWorkspaces.vim'  

    Then:

    :w | so % | PlugInstall
  • Pathogen:

    cd ~/.vim/bundle
    git clone https://github.com/andreyorst/SimpleWorkspaces.vim
    

SimpleWorkspaces.vim v0.0.1

11 Aug 08:26
Compare
Choose a tag to compare

Features

  1. Manipulate workspaces with:
    • :WorkspaceInit
    • :WorkspaceOpen
    • :WorkspaceAdd
    • :WorkspaceDelete
    • :WorkspaceQuit
  2. Automatically open last workspace on startup.
  3. Experimental Windows support.

Install

  • vim-plug:
    Add this to your .vimrc:

    Plug 'andreyorst/SimpleWorkspaces.vim'  

    Then:

    :w | so % | PlugInstall
  • Pathogen:

    cd ~/.vim/bundle
    git clone https://github.com/andreyorst/SimpleWorkspaces.vim