Skip to content

Commit

Permalink
adding scrolling settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eelee committed Dec 6, 2011
1 parent 32232c2 commit b8fedf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion screenrc
Expand Up @@ -9,6 +9,8 @@ screen -t shell0 0
screen -t shell1 1
screen -t apache_log 2 tail -F /opt/local/apache2/logs/error_log
screen -t mysql_log 3 tail -F /var/log/mysql/mysqld.log
screen -t dev 4 ssh dal-wh1
screen -t cmus 4 cmus
screen -t bag-and-tag 5
screen -t deployment-zone 6
#screen -t production 5 ssh dal-wh2
#screen -t cmus 6 cmus
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -31,3 +31,6 @@ set cmdheight=2
" always show a status line
au VimEnter * set laststatus=2
set ruler
" start pagescrolling in middle of the page
set scrolloff=999

0 comments on commit b8fedf6

Please sign in to comment.