diff options
author | DrNuget <drnuget@outlook.com> | 2025-01-20 13:37:48 +0200 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-01-20 13:37:48 +0200 |
commit | 1347146aac2b7f94f0f70847dc9d2d668afcfe9d (patch) | |
tree | d431cd0df2139c7713fd525e2a78726dc9860e1d | |
parent | 3786dd760bc0e0170ba9279bf10c8edd6f3f8d97 (diff) |
tmux.conf added small configs
-rw-r--r-- | .tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +bind n split-window -h +bind m split-window -v +bind r source-file ~/.tmux.conf +set -g status-fg white +set -g status-bg black + # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator is_vim="ps -o state= -o comm= -t '#{pane_tty}' \ |