From a4b9e7f10226139d4732c625646e1e5f64507271 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 24 Nov 2019 17:18:10 +0000 Subject: [PATCH] Clean up tmux config --- files/tmux.conf | 10 ++++------ tasks/shell.yml | 1 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/files/tmux.conf b/files/tmux.conf index de7bbfc..4fec6cd 100644 --- a/files/tmux.conf +++ b/files/tmux.conf @@ -1,18 +1,16 @@ set -g mouse on -setw -g mode-keys vi -set -g history-limit 1000 -set -g terminal-overrides 'xterm*:smcup@:rmcup@' -set-window-option -g mouse on -set-window-option -g mode-keys vi +set -g mode-keys vi +set -g history-limit 10000 set -g set-clipboard on set -g default-terminal "screen-256color" unbind C-b set -g prefix C-t bind C-t send-prefix + +run-shell "{{ home }}/.tmux/plugins/tmux-sensible/sensible.tmux" source-file "{{ home }}/.tmux/plugins/tmux-themepack/basic.tmuxtheme" run-shell "{{ home }}/.tmux/plugins/tmux-yank/yank.tmux" -run-shell "{{ home }}/.tmux/plugins/tmux-sensible/sensible.tmux" run-shell "{{ home }}/.tmux/plugins/tmux-fpp/fpp.tmux" set-window-option -g automatic-rename on diff --git a/tasks/shell.yml b/tasks/shell.yml index cdb25ee..819a4d7 100644 --- a/tasks/shell.yml +++ b/tasks/shell.yml @@ -38,6 +38,7 @@ - 'thefuck' - 'tmux' - 'ruby-tmuxinator' + - 'xclip' - 'xsel' - 'zsh' - 'zsh-completions'