From 1347146aac2b7f94f0f70847dc9d2d668afcfe9d Mon Sep 17 00:00:00 2001
From: DrNuget <drnuget@outlook.com>
Date: Mon, 20 Jan 2025 13:37:48 +0200
Subject: tmux.conf added small configs

---
 .tmux.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.tmux.conf b/.tmux.conf
index ea783a3..31f0776 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -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}' \
-- 
cgit v1.2.3