From c644f369f64064d47e96d615dcb9120219e9e7a1 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Fri, 27 Sep 2024 00:34:51 +0100 Subject: [PATCH] Revert to TMUX default Leader key --- config-files/.tmux.conf | 6 +++--- install.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config-files/.tmux.conf b/config-files/.tmux.conf index ed1bbe49..6df98d3c 100644 --- a/config-files/.tmux.conf +++ b/config-files/.tmux.conf @@ -28,9 +28,9 @@ set-option -g display-panes-colour orange # clock set-window-option -g clock-mode-colour orange -# Leader Key -set -g prefix C-a -bind-key C-a last-window +# Leader Key (using the default C-b) +# set -g prefix C-a +# bind-key C-a last-window # Start index at 1 set -g base-index 1 diff --git a/install.sh b/install.sh index 03dba52a..6cca040f 100755 --- a/install.sh +++ b/install.sh @@ -176,7 +176,7 @@ while [[ "$O" != " " ]]; do if [[ $cur == enter ]]; then R # Dotfiles - sudo apt install htop fzf git wget curl bash-completion + sudo apt install neovim tmux htop fzf git wget curl bash-completion -y cp -vrf config-files/.* $HOME cp -vrf config-files/* $HOME dconf load -f / <./settings.dconf