..tmux
This commit is contained in:
@@ -4,8 +4,13 @@ set-option -g default-command "/bin/bash"
|
||||
|
||||
# set prefix key
|
||||
unbind C-b
|
||||
set -g prefix C-Space
|
||||
bind C-Space send-prefix
|
||||
set-option -g prefix C-Space
|
||||
|
||||
# general keybindings
|
||||
bind r source-file ~/.config/tmux/tmux.conf \; display-message "config reloaded"
|
||||
|
||||
bind -n S-Left previous-window
|
||||
bind -n S-Right next-window
|
||||
|
||||
# enable mouse support
|
||||
set -g mouse on
|
||||
@@ -15,3 +20,6 @@ set -g base-index 1
|
||||
set -g pane-base-index 1
|
||||
set-window-option -g pane-base-index 1
|
||||
set-option -g renumber-windows on
|
||||
|
||||
# status bar
|
||||
set -g status-interval 5
|
||||
|
||||
Reference in New Issue
Block a user