mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
refactor: rename period-prefixed files to dot-<filename>
This commit is contained in:
parent
341cdd5b9e
commit
16201f13c2
49 changed files with 0 additions and 0 deletions
|
|
@ -1,23 +0,0 @@
|
|||
set-option -g default-terminal "tmux-256color"
|
||||
setw -g mouse on
|
||||
setw -g mode-keys vi
|
||||
setw -g escape-time 50
|
||||
|
||||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
unbind C-b
|
||||
|
||||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
bind h select-pane -L
|
||||
bind l select-pane -R
|
||||
|
||||
bind | split-window -h
|
||||
bind _ split-window -v
|
||||
|
||||
bind -r J resize-pane -D 5
|
||||
bind -r K resize-pane -U 5
|
||||
bind -r H resize-pane -L 5
|
||||
bind -r L resize-pane -R 5
|
||||
|
||||
source-file "~/.tmux-line.conf"
|
||||
Loading…
Add table
Add a link
Reference in a new issue