diff --git a/bashrc b/bashrc index cd8d2a6..4971132 100644 --- a/bashrc +++ b/bashrc @@ -144,7 +144,7 @@ alias mountnrg='sudo mount -o loop,offset=307200' # git alias gss='command git status -s' alias gdf='command git diff' -alias gci='command git commit -a' +alias gci='command git commit' alias gup='command git pull' # tig diff --git a/screenrc b/screenrc new file mode 100644 index 0000000..562b492 --- /dev/null +++ b/screenrc @@ -0,0 +1,20 @@ +# window title hack +termcapinfo xterm*|rxvt*|kterm*|Eterm* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007' +defhstatus "$USER@^EH (screen)" +# so we don't have to enter the copy mode every time we want to scroll +termcapinfo rxvt*|xterm* ti@:te@ +# the rest is pretty obvious +startup_message off +hardstatus off +defscrollback 10000 +vbell off +bell off +autodetach on +term screen-256color-bce +defbce on +altscreen on +activity "activity on %n" +caption always '%{=}%{RW} %H %{Yw} %S %{Cw} %n %{wd} %t %{Bw} %-=%W ' +bind w windowlist -b +bindkey ^[q prev +bindkey ^[w next diff --git a/tmux.conf b/tmux.conf index 3bfe7c3..cd1a84d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -43,7 +43,7 @@ set -g status-left-length "20" set -g status-right-length "40" set -g terminal-override "rxvt-unicode*:sitm@,ritm@,xterm-*:Tc" set -g default-terminal "screen-256color" -set -g status-position "top" +set -g status-position "bottom" set -g status-justify "centre" set -g status-left-length "100" set -g status "on"