Skip to content
Discussion options

You must be logged in to vote

For anyone interested my config file now looks like below and works fine.

# set default shell to zsh
set -g default-shell /usr/bin/zsh

# set source file binding
unbind r 
bind r source-file ~/.tmux.conf \: display "Reloaded!"

# change prefix from ctr + b to ctr + s
set -g prefix C-s

# New pane always start at current path
bind c new-window -c "#{pane_current_path}"

# activate mouse
set -g mouse on

# Window numbering
set -g base-index 1
setw -g pane-base-index 1
set -g renumber-windows on

# vim like panel switching
bind h select-pane -L 
bind j select-pane -D 
bind k select-pane -U 
bind l select-pane -R 

# move status bar to top
set-option -g status-position top


# Set plugins
set

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@AkramAki
Comment options

@kjnsn
Comment options

@AkramAki
Comment options

@AkramAki
Comment options

Answer selected by AkramAki
@kjnsn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants