Skip to content

Instantly share code, notes, and snippets.

@cevhyruz
Created December 23, 2017 10:33
Show Gist options
  • Save cevhyruz/0b7786672505701d0804b5f30fbf089b to your computer and use it in GitHub Desktop.
Save cevhyruz/0b7786672505701d0804b5f30fbf089b to your computer and use it in GitHub Desktop.
set -g status-keys vi
setw -g mode-keys vi
# Replace main key binding 'ctrl-b' with 'ctrl-w'
unbind C-b
unbind l
set -g prefix C-a
bind-key r source-file ~/.tmux.conf
# Navigate panes like Vim.
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
# run-shell "~/.tmux/themes/nord-tmux/nord.tmux"
set -g status-right-length 90
set -g status-right '#(exec tmux ls| cut -d " " -f 1-3 |tr "\\n" "," )'
# set -g status-right '#[fg=white]#(hostname)@#(host `hostname` | cut -d "")'
# Reload Tmux configuration
bind r source-file ~/.tmux.conf \; display-message "loading config..."df
setw -g window-status-format "#{pane_current_path}"
set -g status-left ' '$tm_session_name''
set -g status-right $tm_tunes''$tm_date''$tm_host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment