├── .editorconfig ├── LICENSE ├── README.md ├── scripts └── ton └── tmux_open_nvim.tmux /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trevarj/tmux-open-nvim/HEAD/.editorconfig -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trevarj/tmux-open-nvim/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trevarj/tmux-open-nvim/HEAD/README.md -------------------------------------------------------------------------------- /scripts/ton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trevarj/tmux-open-nvim/HEAD/scripts/ton -------------------------------------------------------------------------------- /tmux_open_nvim.tmux: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # There doesn't seem to be anything here. 4 | --------------------------------------------------------------------------------