diff options
-rw-r--r-- | vim/vimrc | 12 | ||||
-rw-r--r-- | xorg/xresources | 5 |
2 files changed, 13 insertions, 4 deletions
@@ -2,6 +2,10 @@ syntax on filetype plugin indent on set t_Co=256 colorscheme vitamins +set tw=0 +set sw=4 +set ts=4 +set expandtab set ls=0 set number set noerrorbells @@ -13,9 +17,11 @@ set shiftround set modeline set nobackup set nohlsearch -"set foldenable -"set listchars=tab:»· -"set list " enable tab chars +set colorcolumn=80 +highlight ColorColumn ctermbg=darkred guibg=darkred +set foldenable +set listchars=tab:»· +set list autocmd bufnewfile *.py so ~/etc/vim/header_python autocmd bufnewfile *.html so ~/etc/vim/header_html diff --git a/xorg/xresources b/xorg/xresources index bfb066f..1a55ba8 100644 --- a/xorg/xresources +++ b/xorg/xresources @@ -14,7 +14,10 @@ *cutchars: `"()'*<>[]{|} *urgentOnBell: true *visualBell: false -*cursorUnderline: true +*cursorUnderline: true + +URxvt.keysym.Shift-Up: command:\033]720;1\007 +URxvt.keysym.Shift-Down: command:\033]721;1\007 *background: #000000 *foreground: #ffffff |