diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -122,6 +122,8 @@ map <M-PageUp> :bp<Enter> imap <M-PageUp> <Esc>:bp<Enter>a map <M-PageDown> :bn<Enter> imap <M-PageDown> <Esc>:bn<Enter>a +map <Space> :bn<Enter> +map <S-Space> :bp<Enter> map <F12> :set textwidth=80<Enter> map <S-F12> :set textwidth=0<Enter> |