Update Tmux status bar
This commit is contained in:
		@@ -48,11 +48,12 @@
 | 
			
		||||
  set-window-option -g window-status-separator ""
 | 
			
		||||
 | 
			
		||||
  set-option -g status-left "#[fg=colour248, bg=colour241] #S #[fg=colour241, bg=colour237, nobold, noitalics, nounderscore]"
 | 
			
		||||
  set-option -g status-right "#[fg=colour239, bg=colour237, nobold, nounderscore, noitalics]#[fg=colour246,bg=colour239] %Y-%m-%d  %H:%M #[fg=colour248, bg=colour239, nobold, noitalics, nounderscore]#{?client_prefix,#[fg=colour214],}#[fg=colour237, bg=colour248]#{?client_prefix,#[bg=colour214],} #h "
 | 
			
		||||
  set-option -g status-right "#[fg=colour239, bg=colour237, nobold, nounderscore, noitalics]#[fg=colour246,bg=colour239] %Y-%m-%d  %H:%M #[fg=colour248, bg=colour239, nobold, noitalics, nounderscore]#{?client_prefix,#[fg=colour124],}#[fg=colour237, bg=colour248]#{?client_prefix,#[bg=colour124],} #h "
 | 
			
		||||
 | 
			
		||||
  set-window-option -g window-status-current-format "#[fg=colour237, bg=colour214, nobold, noitalics, nounderscore]#[fg=colour239, bg=colour214] #I #[fg=colour239, bg=colour214, bold] #W #[fg=colour214, bg=colour237, nobold, noitalics, nounderscore]"
 | 
			
		||||
  set-window-option -g window-status-format "#[fg=colour237,bg=colour239,noitalics]#[fg=colour223,bg=colour239] #I #[fg=colour223, bg=colour239] #W #[fg=colour239, bg=colour237, noitalics]"
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
* Bindings
 | 
			
		||||
#+BEGIN_SRC conf
 | 
			
		||||
  # Set prefix to 'C-Space'
 | 
			
		||||
@@ -114,7 +115,6 @@
 | 
			
		||||
  bind-key -n C-j if-shell "$is_vim" "send-keys C-j"  "select-pane -D"
 | 
			
		||||
  bind-key -n C-k if-shell "$is_vim" "send-keys C-k"  "select-pane -U"
 | 
			
		||||
  bind-key -n C-l if-shell "$is_vim" "send-keys C-l"  "select-pane -R"
 | 
			
		||||
  bind-key -n C-\ if-shell "$is_vim" "send-keys C-\\" "select-pane -l"
 | 
			
		||||
 | 
			
		||||
  # Set 'C-Space + v' to enter copy-mode
 | 
			
		||||
  unbind [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user