initial config
This commit is contained in:
commit
b05df92d10
1 changed files with 18 additions and 0 deletions
18
tmux.conf
Normal file
18
tmux.conf
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
unbind C-b
|
||||||
|
unbind C-Space
|
||||||
|
set -g prefix C-Space
|
||||||
|
bind C-Space send-prefix
|
||||||
|
bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded!"
|
||||||
|
set-option -g history-limit 5000
|
||||||
|
set -g mouse on
|
||||||
|
set -g base-index 1
|
||||||
|
set -g pane-base-index 1
|
||||||
|
set -g renumber-windows on
|
||||||
|
|
||||||
|
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||||
|
|
||||||
|
unbind %
|
||||||
|
bind | split-window -hc "#{pane_current_path}"
|
||||||
|
unbind '"'
|
||||||
|
bind - split-window -vc "#{pane_current_path}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue