diff options
author | ryo <ryo@nopwd.lol> | 2024-10-30 20:10:03 +0000 |
---|---|---|
committer | ryo <ryo@nopwd.lol> | 2024-10-30 20:10:03 +0000 |
commit | cc6d6fcfc6e8403e87dae9f092e61f0edf8e3cc6 (patch) | |
tree | f7f751a92c30b5ef7cf8770004c30479c516fdca /config/tmux/tmux.conf |
Initial commit
Diffstat (limited to 'config/tmux/tmux.conf')
-rw-r--r-- | config/tmux/tmux.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf new file mode 100644 index 0000000..1a79303 --- /dev/null +++ b/config/tmux/tmux.conf @@ -0,0 +1,17 @@ +# Ryo i3 config +# https://ryo.nopwd.lol +# version: alpha + +set-option -sg escape-time 25 +set-option -g mode-keys vi +set-option -g status-keys vi + +bind-key r source-file ~/.config/tmux/tmux.conf +bind-key y set-option synchronize-panes + +bind-key l select-pane -R +bind-key h select-pane -L +bind-key j select-pane -D +bind-key k select-pane -U + +bind-key v select-window -l |