Skip to content

Commit

Permalink
vim: disable line wrapping
Browse files Browse the repository at this point in the history
Prevents the vim UI from getting messed up by long lines, e.g., base64
strings.

Fix gh-30
  • Loading branch information
necolas committed Jan 8, 2014
1 parent e626cc9 commit 04071bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ set ttyfast
" Use UTF-8 without BOM
set encoding=utf-8 nobomb

" Use line wrapping
set wrap
" No line wrapping
set nowrap
" Use 2 spaces for indentation
set shiftwidth=2
" Use 2 spaces for soft tab
Expand Down

0 comments on commit 04071bc

Please sign in to comment.