Updated tmux config

This commit is contained in:
Hans Goor 2023-04-17 21:00:34 +02:00
parent daff3ed8d4
commit cc91ea4f7d
No known key found for this signature in database
GPG key ID: 7E05BC839785EAF6
2 changed files with 10 additions and 2 deletions

View file

@ -127,3 +127,7 @@ Host hella-pi
HostName sirenia.student.utwente.nl
Port 15623
User eyedevelop
Host ronan-vps
HostName 185.48.119.14
User eyedevelop

View file

@ -1,10 +1,14 @@
set -g mouse on
# Open new windows with the same directory
unbind c
bind c new-window -c "#{pane_current_path}"
# Binds
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
bind | split-window -h -c "#{pane_current_path}"
bind - split-window -v "#{pane_current_path}"
# Alt-arrow switching
bind -n M-Left select-pane -L