Skip to content

Instantly share code, notes, and snippets.

@seatownrocks
Created January 11, 2016 05:42
Show Gist options
  • Save seatownrocks/2b5d136b79ff907ee384 to your computer and use it in GitHub Desktop.
Save seatownrocks/2b5d136b79ff907ee384 to your computer and use it in GitHub Desktop.
# ~/.tmuxinator/test.yml
name: test
root: ~/code/test
windows:
- editor:
layout: 6d04,166x54,0,0{83x54,0,0,0,82x54,84,0,1}
panes:
- # empty, will just run bash
- v ~/.config/nvim/init.vim
@seatownrocks
Copy link
Author

forgot to mention, v is the following fish function:

function v
    nvim $argv
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment