From cf3eefda31e98d4725a64000861a388ba7708c62 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 21 Jul 2021 15:53:52 +0300 Subject: feat!: move to GNU Stow, remove wiki --- .tmux.conf | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .tmux.conf (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf deleted file mode 100644 index d5a5fe3..0000000 --- a/.tmux.conf +++ /dev/null @@ -1,31 +0,0 @@ -set -g default-terminal "screen-256color" - -# Remove nasty escape time -set -sg escape-time 0 - -# Enable mouse scroll -setw -g mouse on - -# Use C-a as prefix -unbind C-b -set-option -g prefix C-a -bind-key C-a send-prefix - -# Split panes using | and - -bind | split-window -h -bind - split-window -v -unbind '"' - -# Copy -bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'nbind % - -# Vi mode -set-window-option -g mode-keys vi - -set -g main-pane-width 156 - -# Plugins -set -g @plugin 'christoomey/vim-tmux-navigator' - -# Initialize Tmux Plugin Manager -run '~/.tmux/plugins/tpm/tpm' -- cgit v1.2.3