Minor updates.
This commit is contained in:
parent
0eb8824d87
commit
13e3a5ac99
2 changed files with 11 additions and 6 deletions
|
@ -61,6 +61,7 @@ set -g message-attr bright
|
|||
set -g status-utf8 on
|
||||
setw -g monitor-activity on
|
||||
set -g visual-activity on
|
||||
set -g allow-rename off
|
||||
|
||||
set -g status-left-length 40
|
||||
set -g status-left "#[bright][ #S ]"
|
||||
|
@ -101,7 +102,7 @@ bind r source-file ~/.tmux.conf \; display "Config Reloaded!"
|
|||
#bind C-c run "tmux save-buffer - | xclip -i -sel clipboard"
|
||||
|
||||
# Capture a pane into file for uploading to Gist
|
||||
bind-key u capture-pane \; save-buffer /tmp/tmux-buffer
|
||||
# bind-key u capture-pane \; save-buffer /tmp/tmux-buffer
|
||||
|
||||
######
|
||||
# Plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue