Sha256: a9a82864fb8715d885a4892474567b76ca7895642a0ff662dfb6f673f4c12fcf
Contents?: true
Size: 291 Bytes
Versions: 11
Compression:
Stored size: 291 Bytes
Contents
#!/usr/bin/env ruby # encoding: utf-8 require 'tmrb' tmux = TmRb::Multiplexer.new # creates an empty window tmux.new_session(session_name: 'filegen') tmux.new_window(name: 'code', command: 'vim -c :NERDTree lib') tmux.new_window(name: 'spec', command: 'vim -c :NERDTree spec') tmux.start
Version data entries
11 entries across 11 versions & 1 rubygems