From 0de7bd98115ef895b3d1f2845466b2f1c0325fdd Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 15 May 2017 11:32:00 -0400 Subject: [PATCH] Forcing myself to learn tmux bindings better --- tmux.conf | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tmux.conf b/tmux.conf index e4bc7b0..16d167c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -4,25 +4,12 @@ setw -g mode-keys vi set -g default-command /bin/zsh set -g default-shell /bin/zsh -# copy-pasta in a vi-like way -unbind [ -bind Escape copy-mode -unbind p -bind p paste-buffer -bind-key -t vi-copy 'v' begin-selection -bind-key -t vi-copy 'y' copy-selection - -# must get used to C-b, even when using byobu-tmux set-option -g prefix C-b -# love the toggle bind-key C-b last-window -# faster! set -s escape-time 0 -# i forget easily set -g history-limit 100000 -# colors! set -g default-terminal 'screen-256color'