mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add fish, tmux, vim, and git dotfiles; clean up
This commit is contained in:
commit
e57d8318d9
47 changed files with 2125 additions and 0 deletions
18
.tmux.conf
Normal file
18
.tmux.conf
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
set -g default-terminal "xterm-256color"
|
||||
setw -g mouse on
|
||||
setw -g mode-keys vi
|
||||
|
||||
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