1
0

FEAT: Started install script

Added completion and suggestions for fzf
      Set git Signin on by default
      Changed prefix key to C-z
FIX: Made sure forward and backward search keymappings will still work
This commit is contained in:
2024-04-03 21:09:33 +02:00
parent ecd737e373
commit 4ad3dfc644
5 changed files with 24 additions and 8 deletions

View File

@ -6,7 +6,7 @@
# Rebind the prefix key
unbind C-b
set-option -g prefix C-s
set-option -g prefix C-z
# Map pane selection to more easy vim like bindings
bind-key -n 'M-h' select-pane -L
@ -33,10 +33,10 @@ set -g @dracula-show-left-icon \uebc8
setw -g base-index 1
setw -g pane-base-index 1
# - This prevents me from having to press escape twice
set -s escape-time 0
set -s escape-time 50
# allow mouse interaction
set-option -g mouse on
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
run '~/.tmux/plugins/tpm/tpm'