summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-10-14 19:55:42 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-10-14 19:55:42 +0530
commit792062300d2730e4e2d22ef25e2d857d461c6013 (patch)
tree80d04e06a579c4a2ebd06a12ac5e6861c12aa043
parentad2a6c64e7ef71940b384e26a969fc01a4346f22 (diff)
tmux conf + undovim
-rw-r--r--.tmux.conf20
-rw-r--r--.vim/undo/undofilesgohere0
2 files changed, 20 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
new file mode 100644
index 0000000..0023540
--- /dev/null
+++ b/.tmux.conf
@@ -0,0 +1,20 @@
+#Unbind default prefix key and bind it to Ctrl+Space
+unbind C-b
+set -g prefix C-space
+
+# Start window numbering at 1
+set -g base-index 1
+# mouse support
+set -g mouse on
+
+#george hotz
+set -g status-position bottom
+set -g status-bg colour234
+set -g status-fg colour137
+set -g status-left ''
+set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S '
+set -g status-right-length 50
+set -g status-left-length 20
+
+setw -g window-status-current-format ' #I#[fg=colour250]:#[fg=colour255]#W#[fg=colour50]#F '
+setw -g window-status-format ' #I#[fg=colour237]:#[fg=colour250]#W#[fg=colour244]#F '
diff --git a/.vim/undo/undofilesgohere b/.vim/undo/undofilesgohere
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.vim/undo/undofilesgohere