273fd9f0c4cf

Remove some old config files.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 21 Jun 2011 14:51:19 -0400
parents 5e73be7be68c
children c36787971142
branches/tags (none)
files .screenrc .tmux.conf

Changes

--- a/.screenrc	Tue Jun 21 14:51:03 2011 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#kill startup message
-startup_message off
-# define a bigger scrollback, default is 100 lines
-defscrollback 1024
-
-# An alternative hardstatus to display a bar at the bottom listing the
-# windownames and highlighting the current windowname in blue. (This is only
-# enabled if there is no hardstatus setting for your terminal)
-hardstatus on
-hardstatus alwayslastline
-hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
--- a/.tmux.conf	Tue Jun 21 14:51:03 2011 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
-# prefix = C-f
-set-option -g prefix C-f
-bind C-f send-prefix
-
-# vim
-setw -g mode-keys vi
-unbind [
-unbind ]
-unbind -t vi-copy Space
-unbind -t vi-copy Enter
-bind -n Escape copy-mode
-bind -t vi-copy v begin-selection
-bind -t vi-copy y copy-selection
-bind -n C-p paste-buffer -s \015
-
-# random options
-setw -g automatic-rename
-set-option -g default-terminal "screen-256color"
-
-# status bar
-set-option -g status-utf8 on
-set-option -g status-justify left
-set-option -g status-bg black
-set-option -g status-fg cyan
-set-option -g status-interval 5
-set-option -g status-left-length 20
-set-option -g status-left '#[fg=green]ยป #[fg=black,bold]#T#[fg=green] /#[default]'
-set-option -g status-right '#[fg=green] ###S  #[fg=black,bold]%R %m-%d#[default]'
-set-window-option -g window-status-current-fg white
-
-# clock
-set-window-option -g clock-mode-colour cyan
-set-window-option -g clock-mode-style 24
-
-# pane borders
-set-option -g pane-border-fg white
-set-option -g pane-active-border-fg magenta
-
-# splitting panes
-bind s   split-window -v
-bind v   split-window -h
-
-# moving between panes
-bind -n C-j select-pane -L
-bind -n C-k select-pane -D
-bind -n C-l select-pane -U
-bind -n C-g select-pane -R
-
-# resizing panes
-bind -n S-Down  resize-pane -D 10
-bind -n S-Up    resize-pane -U 10
-bind -n S-Left  resize-pane -L 10
-bind -n S-Right resize-pane -R 10
-
-# resource
-bind r   source-file ~/.tmux.conf