From fd7d1e2364484abb328af830d6877e0cc8bae963 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Oct 2017 22:01:55 +1300 Subject: Move wrapping .vimrc config into subfile --- vim/vimrc | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 38ecabf1..adc4518b 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -117,22 +117,6 @@ endif " case of the character under the cursor set tildeop -" When wrapping text, if a line is so long that not all of it can be shown on -" the screen, show as much as possible anyway; by default Vim fills the left -" column with @ symbols instead, which I don't find very helpful -set display=lastline - -" Don't wrap by default, but use \w to toggle it on or off quickly -set nowrap -nnoremap w :set wrap! - -" When wrapping, j and k should move by screen row, and not to the same -" column number in the previous logical line, which feels very clumsy and is -" seldom particularly helpful; you can use n| to jump to the nth column in a -" line anyway if you need to -nnoremap j gj -nnoremap k gk - " I really like ZZ and ZQ, so I wrote a couple more mappings; ZW forces a " write of the current buffer, but doesn't quit, and ZA forces a write of all " buffers but doesn't quit -- cgit v1.2.3