Page MenuHomeDevCentral

.tmux.conf
No OneTemporary

.tmux.conf

# -------------------------------------------------------------
# tmux minimal configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/core/userland-home/files/dorianwinty/.tmux.conf
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
# -------------------------------------------------------------
# -------------------------------------------------------------
# General settings
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
set-option -g default-shell /usr/local/bin/zsh
set -g prefix C-a
set -g status-right '#h — %Y-%m-%d %H:%M '
# -------------------------------------------------------------
# Resize shortcut keys
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bind < resize-pane -L 1
bind > resize-pane -R 1
bind - resize-pane -D 1
bind + resize-pane -U 1
# -------------------------------------------------------------
# Mouse mode support
#
# :: Enable mouse mode: ^B m
# :: Disable mouse mode: ^B M
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bind m \
set -g mode-mouse on \;\
set -g mouse-resize-pane on \;\
set -g mouse-select-pane on \;\
set -g mouse-select-window on \;\
display 'Mouse mode ON'
bind M \
set -g mode-mouse off \;\
set -g mouse-resize-pane off \;\
set -g mouse-select-pane off \;\
set -g mouse-select-window off \;\
display 'Mouse mode OFF'
# -------------------------------------------------------------
# Ensure current path is propagated
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 21, 16:13 (10 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3188551
Default Alt Text
.tmux.conf (2 KB)

Event Timeline