Revert to TMUX default Leader key
This commit is contained in:
@@ -28,9 +28,9 @@ set-option -g display-panes-colour orange
|
|||||||
# clock
|
# clock
|
||||||
set-window-option -g clock-mode-colour orange
|
set-window-option -g clock-mode-colour orange
|
||||||
|
|
||||||
# Leader Key
|
# Leader Key (using the default C-b)
|
||||||
set -g prefix C-a
|
# set -g prefix C-a
|
||||||
bind-key C-a last-window
|
# bind-key C-a last-window
|
||||||
|
|
||||||
# Start index at 1
|
# Start index at 1
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ while [[ "$O" != " " ]]; do
|
|||||||
if [[ $cur == enter ]]; then
|
if [[ $cur == enter ]]; then
|
||||||
R
|
R
|
||||||
# Dotfiles
|
# 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
|
||||||
cp -vrf config-files/* $HOME
|
cp -vrf config-files/* $HOME
|
||||||
dconf load -f / <./settings.dconf
|
dconf load -f / <./settings.dconf
|
||||||
|
|||||||
Reference in New Issue
Block a user