├── LICENSE ├── MIT.LICENSE ├── NOTICE ├── README.md ├── plugin ├── autowrite.vim └── tmux-cursors.vim ├── tmux-autowrite ├── autowrite-vim.sh └── preexec.sh.lib └── tmux.conf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware-archive/tmux-config/HEAD/LICENSE -------------------------------------------------------------------------------- /MIT.LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware-archive/tmux-config/HEAD/MIT.LICENSE -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware-archive/tmux-config/HEAD/NOTICE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware-archive/tmux-config/HEAD/README.md -------------------------------------------------------------------------------- /plugin/autowrite.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware-archive/tmux-config/HEAD/plugin/autowrite.vim -------------------------------------------------------------------------------- /plugin/tmux-cursors.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware-archive/tmux-config/HEAD/plugin/tmux-cursors.vim -------------------------------------------------------------------------------- /tmux-autowrite/autowrite-vim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware-archive/tmux-config/HEAD/tmux-autowrite/autowrite-vim.sh -------------------------------------------------------------------------------- /tmux-autowrite/preexec.sh.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware-archive/tmux-config/HEAD/tmux-autowrite/preexec.sh.lib -------------------------------------------------------------------------------- /tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vmware-archive/tmux-config/HEAD/tmux.conf --------------------------------------------------------------------------------