Add tmux config - dotfiles - arsenal of config files, ready to be cloned in new (virtual) machines.
HTML git clone git://git.drkhsh.at/dotfiles.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
---
DIR commit 724cd070c4f2daf4c4d2d45bbda41b6a5c87bb84
DIR parent 5bd06a936074c5207df4b3dcbedee11691d6f069
HTML Author: drkhsh <me@drkhsh.at>
Date: Mon, 16 Jan 2023 00:49:47 +0100
Add tmux config
Diffstat:
M .gitmodules | 3 +++
A tmux/.tmux.conf | 14 ++++++++++++++
A tmux/.tmux/tmux-airline | 1 +
3 files changed, 18 insertions(+), 0 deletions(-)
---
DIR diff --git a/.gitmodules b/.gitmodules
@@ -4,3 +4,6 @@
[submodule "dracula"]
path = vim/.vim/pack/themes/start/dracula
url = https://github.com/dracula/vim.git
+[submodule "tmux/.tmux/tmux-airline"]
+ path = tmux/.tmux/tmux-airline
+ url = https://github.com/rarick/tmux-airline
DIR diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
@@ -0,0 +1,14 @@
+# expect UTF-8 (tmux < 2.2)
+set -gq status-utf8 on
+setw -gq utf8 on
+
+set -g mouse on
+
+bind r source-file ~/.tmux.conf
+
+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
+
+run-shell '. ~/.tmux/tmux-airline/airline.tmux'
DIR diff --git a/tmux/.tmux/tmux-airline b/tmux/.tmux/tmux-airline
@@ -0,0 +1 @@
+Subproject commit 82cc1e10226aa3a4edd29b7e456d12a37a083d1e