From a402ca8e0ea6d4b05a78661ba9bb55360a8ff53d Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 21 Feb 2019 09:55:03 +0000 Subject: Added tmux conf --- tmux.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tmux.md (limited to 'tmux.md') diff --git a/tmux.md b/tmux.md new file mode 100644 index 0000000..cef3651 --- /dev/null +++ b/tmux.md @@ -0,0 +1,17 @@ +*Configuration for tmux* + +This is not vim related, but I find it very useful so I like to keep it with my +vim conf. + +Link you tmux.conf to the version here with: + +``` +ln -s ~/.vim/tmux.conf ~/.tmux.conf +``` + +Run tmux with `-u2`, or add an alias to your `~/.bashrc`: + +``` +alias tmux="tmux -u2" +``` + -- cgit v1.2.3