From f99d1a6c6062d75b851ccca1aaf45983ff008204 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Mon, 9 Oct 2017 21:31:51 -0700 Subject: [PATCH] remove outdated tmux configuration --- .tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 4e8f700..5e9be6b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,10 +8,6 @@ set -g history-limit 10000 bind Escape copy-mode unbind p bind p paste-buffer -bind -t vi-copy 'v' begin-selection -bind -t vi-copy 'y' copy-selection -bind -t vi-copy 'Space' halfpage-down -bind -t vi-copy 'Bspace' halfpage-up # vim move keys bind h select-pane -L