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
|
||||
Port 15623
|
||||
User eyedevelop
|
||||
|
||||
Host ronan-vps
|
||||
HostName 185.48.119.14
|
||||
User eyedevelop
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue