dotfiles

Config files from my daily system
Index Commits Files Refs README
commit bf3f53eb0986ee62feaa9dbdc45fbaa0c2dbdc85
parent 54d857d7d070835ecb0aa46b78a6a36780659985
Author: klewer-martin <martin.cachari@gmail.com>
Date:   Sun,  4 Apr 2021 22:38:43 -0300

Update: added tmux config file;

Diffstat:
A.tmux.conf | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf
@@ -0,0 +1,15 @@
+#  _                        
+# | |_ _ __ ___  _   ___  __
+# | __| '_ ` _ \| | | \ \/ /
+# | |_| | | | | | |_| |>  < 
+#  \__|_| |_| |_|\__,_/_/\_\
+#                           
+
+# Use prefix + vi navigation keys to navigate panes
+bind h select-pane -L
+bind j select-pane -D
+bind k select-pane -U
+bind l select-pane -R
+
+# Start counting windows from 1, to avoid pressing 0 to go to the first one
+set -g base-index 1