diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-02 18:13:09 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-02 18:13:09 -0800 |
| commit | af213597bfd3f0993fa5957cb267c6a09039db16 (patch) | |
| tree | 2876943bc71af614df87f0b35a575029fe8d4267 /tmux.conf | |
| parent | org: clean up config (diff) | |
| download | emacs.d-af213597bfd3f0993fa5957cb267c6a09039db16.tar.gz | |
remove non-emacs configuration
Only keep emacs' configuration in this repository. Everything else is
moved to the repository with my configuration for linux.
Diffstat (limited to 'tmux.conf')
| -rw-r--r-- | tmux.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tmux.conf b/tmux.conf deleted file mode 100644 index d5493f8..0000000 --- a/tmux.conf +++ /dev/null @@ -1,14 +0,0 @@ -set-option -g prefix C-z -bind-key a send-prefix - -set-option -g base-index 1 -set-option -g renumber-windows on -set-option -g set-titles on -set-option -g set-titles-string '@#h' - -set-option -g default-terminal "xterm-256color" -set-option -g xterm-keys on -set-option -g mouse on - -set -g status-left "" -set -g status-right "" |
