mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +00:00
some minor tmux settings tweaked
This commit is contained in:
@@ -4,6 +4,7 @@ set -g prefix C-q
|
||||
|
||||
# Settings
|
||||
set -g default-terminal "xterm-256color"
|
||||
set -g detach-on-destroy off
|
||||
set -g mode-mouse on
|
||||
set -g mouse-select-pane on
|
||||
set -g mouse-resize-pane on
|
||||
@@ -35,6 +36,7 @@ bind C-n next-window
|
||||
bind C-p previous-window
|
||||
bind C-l last-window
|
||||
bind C-s choose-session
|
||||
bind C-w choose-window
|
||||
|
||||
# Tmux command prompt
|
||||
bind m command-prompt
|
||||
|
||||
Reference in New Issue
Block a user