Compare commits

..

No commits in common. "a4f13e49a2e4a3b86241b241db8ece70f2d7884a" and "a5a069f8d31c9417c9d8638de5b3778eda938e42" have entirely different histories.

2 changed files with 7 additions and 16 deletions

View file

@ -113,7 +113,5 @@ Two interpreted languages for flexibility.
* apt
* apt-file search | grep
* ffmpeg
* tmux
* get unresolved path for new panes & windows
### 6.2 [Further tasks](#when) {#when-further}

View file

@ -155,7 +155,6 @@ set-option -g status-format[0] '\
#[fg=default]\
#[bg=default] \
} \
\
#[align=right]\
#[fg=yellow]\
#[bg=##181818] \
@ -180,7 +179,6 @@ set-option -g status-format[1] '\
#[fg=default]\
#[bg=default] \
} \
\
#[align=right]\
#(sh -c \". ${script}; rwx_tmux_servers\")\
'
@ -190,9 +188,11 @@ set-option -g status-format[2] '\
#[fg=cyan]#{pane_current_path}\
#[fg=default]\
#[bg=default] \
\
#[align=right]\
#(sh -c \". ${script}; rwx_tmux_uptime\")\
#[fg=yellow]\
#[bg=##181818] \
#[bg=##282828]#{session_name}\
#[bg=##181818] \
'
# line 4
@ -205,12 +205,8 @@ set-option -g status-format[3] '\
#[fg=default]\
#[bg=default] \
} \
\
#[align=right]\
#[fg=green]\
#[bg=##181818] \
#[bg=##282828]#{session_name}\
#[bg=##181818] \
#(sh -c \". ${script}; rwx_tmux_uptime\")\
'
# line 5
@ -223,15 +219,12 @@ set-option -g status-format[4] '\
#[fg=default]\
#[bg=default] \
} \
\
#[align=centre]\
#[fg=green]\
#[bg=##181818] \
#[bg=##282828]#{window_width}×#{window_height}\
#[bg=##181818] \
#[fg=default]\
#[bg=default] \
\
#[align=right]\
#{?uid,#[fg=green],#[fg=red]}\
#[bg=##181818] \
@ -293,8 +286,8 @@ bind-key C-s command-prompt { rename-session '%%' }
bind-key C-w command-prompt { rename-window '%%' }
# split window
bind-key h split-window -c '#{pane_current_path}' -h
bind-key v split-window -c '#{pane_current_path}' -v
bind-key h split-window -h
bind-key v split-window -v
# kill server
bind-key k kill-server