Browse Source

add comment

pull/1/head
10sr 12 years ago
parent
commit
0aa1ffaa00
2 changed files with 5 additions and 1 deletions
  1. +3
    -1
      screenrc
  2. +2
    -0
      tmux.conf

+ 3
- 1
screenrc View File

@@ -1,4 +1,6 @@
caption always "%{= wk} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wb}%y/%m/%d(%D) %{=b wb}%c"
# source ~/.dotfiles/screenrc

# caption always "%{= wk} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wb}%y/%m/%d(%D) %{=b wb}%c"
caption always "%{= wk} %-w%{=bu dr}%n %t%{-}%+w %= %H | screen "
hardstatus string "[screen %n: %t] %h"
termcapinfo screen* "hs:ts=\E]0;:fs=\007:ds=\E]0;\007"


+ 2
- 0
tmux.conf View File

@@ -1,3 +1,5 @@
# soruce ~/.dotfiles/tmux.conf

unbind C-b
set -g prefix C-z
bind-key C-z send-prefix


Loading…
Cancel
Save