From fe64da9ad511972229cb400c33ac0d1fcbe78f00 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 31 Jul 2016 13:49:48 -0700 Subject: [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 --- Makefile | 3 +-- tmux.conf | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 tmux.conf 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 -- cgit 1.4.1