Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.06 KB

dockvimx

Development environment usable on windows (x windows) with vim on ubuntu through a Docker image and Vagrant with automated setup.

Currently just experimental, it will probably change.

The cpp folder is based on yavide. There is also a folder with spf13.

Features

  • Docker image/Dockerfile to set up development environment
  • Vagrantfile usable to build and run docker image
  • VIM based on yavide and spf13
  • Tmux and tmuxp with example setup "cpp"

Installation

Install Vagrant and Xming

git clone https://github.com/gvatn/dockvimx.git
cd dockvimx
vagrant up
vagrant ssh
source /vagrant/startup.sh

This should open a terminal in Xming (if not see below about ssh_config). To open a tmux session:

tmuxp cpp

Tmux

Tmux prefix: C-a Navigate panes with hjkl, resize with HJKL.

Missing

Possibly X11_forwarding might need to be enabled in /etc/ssh/ssh_config