diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | tmux.conf | 11 |
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 |