From a606a5d6190dbdc89fb6550756757ad94549e002 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 4 Sep 2020 09:20:42 -0300 Subject: [PATCH] Kitty provides tabs and splits, not using Tmux anymore --- tmux/tmux.conf | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 tmux/tmux.conf diff --git a/tmux/tmux.conf b/tmux/tmux.conf deleted file mode 100644 index 4dd1f87..0000000 --- a/tmux/tmux.conf +++ /dev/null @@ -1,43 +0,0 @@ -# remap prefix to Control + a -set -g prefix C-a -# bind 'C-a C-a' to type 'C-a' -bind C-a send-prefix -unbind C-b - -# use the damn mouse, for a change -setw -g mouse on -set-window-option -g mode-keys vi - - -# Start windows and panes at 1, not 0 (this makes it easier to jump around) -set -g base-index 1 -set -g pane-base-index 1 - -# do not wait after switching panels -set-option -g repeat-time 0 - -# Removes ESC delay -set -sg escape-time 0 - -# history -set-option -g history-limit 7000 - -# vi keys -set-window-option -g mode-keys vi - -# TPM -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'tmux-plugins/tmux-yank' -set -g @plugin 'tmux-plugins/tmux-pain-control' -set -g @plugin 'tmux-plugins/tmux-copycat' -set -g @plugin 'tmux-plugins/tmux-resurrect' -# set -g @plugin 'jimeh/tmux-themepack' -set -g @plugin 'arcticicestudio/nord-tmux' - -# set -g @themepack 'block/cyan' - -run '~/.tmux/plugins/tpm/tpm' - -# colorful terminal -set -g default-terminal "xterm-256color"