From 58904b7d9b781c9a7eb18183392b3a565fdbcd51 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:26:39 +0200 Subject: Removed public folder --- public/tmux-sane-defaults.html | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100755 public/tmux-sane-defaults.html (limited to 'public/tmux-sane-defaults.html') diff --git a/public/tmux-sane-defaults.html b/public/tmux-sane-defaults.html deleted file mode 100755 index b38894f..0000000 --- a/public/tmux-sane-defaults.html +++ /dev/null @@ -1,36 +0,0 @@ -Sane defaults for tmux with more visible statusbar

Sane defaults for tmux with more visible statusbar

May 25, 2023

# Remap prefix from 'C-b' to 'M-a'.
-unbind C-b
-set-option -g prefix M-a
-bind-key M-a send-prefix
-
-# Split panes using | and -.
-bind | split-window -h
-bind - split-window -v
-unbind '"'
-unbind %
-
-# Start counting windows with 1.
-set-option -g allow-rename on
-set -g base-index 1
-setw -g pane-base-index 1
-
-# Statusbar: purple bg and white fg.
-set -g status-bg '#480b8e'
-set -g status-fg '#ffffff'
-
-# Active window: black bg and white fg. 
-set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]"
-
-# Disable mouse mode (tmux 2.1 and above).
-set -g mouse off
-
\ No newline at end of file -- cgit v1.2.3