mirror of
https://github.com/hazemKrimi/dotfiles.git
synced 2026-05-01 18:20:27 +00:00
Terminal and Shell
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
# remap prefix
|
||||
unbind C-b
|
||||
set-option -g prefix C-t
|
||||
bind-key C-t send-prefix
|
||||
# remap split panes
|
||||
bind h split-window -h
|
||||
bind v split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
# map reload config
|
||||
bind r source-file ~/.tmux.conf
|
||||
# remap switch panes
|
||||
bind -n M-Left select-pane -L
|
||||
bind -n M-Right select-pane -R
|
||||
bind -n M-Up select-pane -U
|
||||
bind -n M-Down select-pane -D
|
||||
Reference in New Issue
Block a user