From 8f1f2e840654903dab9b53abf2c4ccbbb5630075 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Thu, 21 Jan 2021 22:17:00 -0800 Subject: [PATCH] Updating tmux and cheatsheet --- .tmux.conf | 10 +++------- Vim-Cheatsheet.md | 1 + 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 451f55d..82c38dc 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,9 +9,8 @@ set -g status-bg default set -g status-fg white set -g status-left-length 20 set -g status-right-length 40 -set -g status-left "#[bg=colour0]#[fg=colour4] #h [#[fg=colour15]#I#[fg=colour4]] >>> " -# set -g status-right "#[bg=colour33]#[fg=colour255]#[fg=colour232] #[fg=colour255]#(uptime | awk {'print $8, $9, $10'})#[fg=colour232] #[bg=colour232] #[bg=colour33] #[fg=colour255]#(date '+%H:%M %d-%m-%Y')#[fg=colour232] " -set -g status-right "#[bg=colour33]#[fg=colour255]#[fg=colour232]#[bg=colour232]#[fg=colour149]#(date '+%H:%M %Y-%m-%d')" +set -g status-left "#[bg=colour214]#[fg=colour232] [#h #I] " +set -g status-right "#[bg=colour33]#[fg=colour255]#[fg=colour232] #[fg=colour255]#(uptime | awk {'print $8, $9, $10'})#[fg=colour232] #[bg=colour232] #[bg=colour33] #[fg=colour255]#(date '+%H:%M %d-%m-%Y')#[fg=colour232] " set -g terminal-overrides 'xterm*:smcup@:rmcup@' set -g default-terminal "screen-256color" @@ -46,7 +45,4 @@ set-window-option -g automatic-rename off ## tmux window titling for X set-option -g set-titles on set-option -g set-titles-string '[#I] #W' -set-window-option -g window-status-format ' #I #W ' - - - +set-window-option -g window-status-format ' #I #W ' \ No newline at end of file diff --git a/Vim-Cheatsheet.md b/Vim-Cheatsheet.md index 85b909f..943a24e 100644 --- a/Vim-Cheatsheet.md +++ b/Vim-Cheatsheet.md @@ -27,6 +27,7 @@ noremap ## Insert Mode - `i` - `i`nsert content before selected char + - `I` - `I`nsert content at the beginning of the line - `a` - Insert content `a`fter select char - `A` - Insert content `A`fter last char on line - `o` - `o`pen new line below current -- 2.34.1