summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-07-31 13:49:48 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-07-31 13:50:37 -0700
commitfe64da9ad511972229cb400c33ac0d1fcbe78f00 (patch)
tree6439721862d0f3ffd5144294a1d47984ad29fa7b
parent[emacs] markdown configuration (diff)
downloademacs.d-fe64da9ad511972229cb400c33ac0d1fcbe78f00.tar.gz
[tmux] delete configuration for `tmux'.
I have not used tmux in a while, and I don't see myself using it in a
near future, this can be removed.

Closes #13
-rw-r--r--Makefile3
-rw-r--r--tmux.conf11
2 files changed, 1 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index 416be0b..cdff6e6 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,7 @@ INSTALL = \
 	  aspell.en.pws \
 	  emacs.d \
 	  gitconfig \
-	  gitignore \
-	  tmux.conf
+	  gitignore
 
 git:
 	git config --local user.email "franckcuny@gmail.com"
diff --git a/tmux.conf b/tmux.conf
deleted file mode 100644
index 8f73552..0000000
--- a/tmux.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-set -g prefix C-z
-unbind C-b
-
-set -g mouse-select-pane on
-setw -g aggressive-resize on
-
-# emacs binding
-set -gw mode-keys emacs
-
-# status
-set -g status on