]> git.quilime.com - cfg.git/commitdiff
Updating tmux and cheatsheet
authorGabriel Dunne <gdunne@quilime.com>
Fri, 22 Jan 2021 06:17:00 +0000 (22:17 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Fri, 22 Jan 2021 06:17:00 +0000 (22:17 -0800)
.tmux.conf
Vim-Cheatsheet.md

index 451f55defe5e7d2ca34249642440fbe132d4a6da..82c38dc3fb1e65fffbce67479e9c10488534b7e9 100644 (file)
@@ -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
index 85b909f1d37b500fbdcd75a8f5a4fd677e898da0..943a24ea6ae9b576688b67ee7cfc2d4a4a00ea32 100644 (file)
@@ -27,6 +27,7 @@ noremap <Right> <Nop>
 ## 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