My config files

For those that are interested and for my own reference…

.vimrc (The first two lines are for MacVim or GVim)

colorscheme elflord
set backspace=indent,eol,start

syntax on
set nowrap
set expandtab
set shiftwidth=4
set smarttab
set smartindent
set formatoptions-=t
set textwidth=79
set ruler
set incsearch
set ignorecase
set smartcase
set scrolloff=5
set showmatch matchtime=3
set showmode
set showcmd
set nomodeline

.screenrc

autodetach on
hardcopy_append on
vbell off
startup_message off
silencewait 15
defscrollback 1000
msgwait 9999
shell bash
#idle           1800
blankerprg lockscreen
zombie ^[
sorendition KW
pow_detach_msg  "BYE"
activity "activity in %n (%t) [%w:%s]~"
bell_msg "bell in window %n (%t)"
termcapinfo xterm-color ti@:te@

caption always "%{= KW}[%H]%=%-w%{= wk}%50>%n %t%{-}%+w%<"

# bindings
bind w
bindkey -k F2 next     # F12 = next
bindkey -k F1 prev     # F11 = previous

# startup

screen -t bash 0

No related posts.

This entry was posted in Code Stuff and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>