From 6f439c49ae460aaaa9de9c93d731703173adc539 Mon Sep 17 00:00:00 2001 From: Chris Toomey Date: Thu, 22 Nov 2012 22:24:17 -0500 Subject: [PATCH] Initial commit with readme --- README.mkd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.mkd diff --git a/README.mkd b/README.mkd new file mode 100644 index 0000000..2a2b9f7 --- /dev/null +++ b/README.mkd @@ -0,0 +1,9 @@ +# Vim Tmux Runner + +A simple, vimscript only, command runner for sending commands from vim to tmux + +Inspired by: + +- Tslime.vim +- Vimux +- Turbux