Skip to content

Commit

Permalink
remove previous/next line with cursor keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
bewie committed Jul 15, 2011
1 parent 0a3feb0 commit ac12fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Expand Up @@ -38,7 +38,7 @@ highlight StatusLine ctermbg=Black ctermfg=LightGrey
" Highlight Trailing Whitespace
" ----------------------------------------------------------------------------

set list listchars=trail:.,tab:>.
"set list listchars=trail:.,tab:>.
highlight SpecialKey ctermfg=DarkGray ctermbg=Black

" ----------------------------------------------------------------------------
Expand All @@ -65,7 +65,7 @@ set wildmenu " turn on wild menu
set wildmode=list:longest,full
set ch=2 " command line height
set backspace=2 " allow backspacing over everything in insert mode
set whichwrap+=<,>,h,l,[,] " backspace and cursor keys wrap to
"set whichwrap+=<,>,h,l,[,] " backspace and cursor keys wrap to
set shortmess=filtIoOA " shorten messages
set report=0 " tell us about changes
set nostartofline " don't jump to the start of line when scrolling
Expand Down

0 comments on commit ac12fe5

Please sign in to comment.