Updated tmux config
This commit is contained in:
parent
daff3ed8d4
commit
cc91ea4f7d
2 changed files with 10 additions and 2 deletions
|
|
@ -127,3 +127,7 @@ Host hella-pi
|
||||||
HostName sirenia.student.utwente.nl
|
HostName sirenia.student.utwente.nl
|
||||||
Port 15623
|
Port 15623
|
||||||
User eyedevelop
|
User eyedevelop
|
||||||
|
|
||||||
|
Host ronan-vps
|
||||||
|
HostName 185.48.119.14
|
||||||
|
User eyedevelop
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,14 @@
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
# Open new windows with the same directory
|
||||||
|
unbind c
|
||||||
|
bind c new-window -c "#{pane_current_path}"
|
||||||
|
|
||||||
# Binds
|
# Binds
|
||||||
bind | split-window -h
|
|
||||||
bind - split-window -v
|
|
||||||
unbind '"'
|
unbind '"'
|
||||||
unbind %
|
unbind %
|
||||||
|
bind | split-window -h -c "#{pane_current_path}"
|
||||||
|
bind - split-window -v "#{pane_current_path}"
|
||||||
|
|
||||||
# Alt-arrow switching
|
# Alt-arrow switching
|
||||||
bind -n M-Left select-pane -L
|
bind -n M-Left select-pane -L
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue