diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2014-05-26 22:04:19 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2014-05-26 22:04:19 +0200 |
commit | d524651a1455a49d7c721f12a76b143a6f6cddd8 (patch) | |
tree | ee22060c40f99fb3d37fb90c793351788150c6b0 /.vimrc | |
parent | Remove "SSD features" from main config. (diff) | |
download | vim_sync-d524651a1455a49d7c721f12a76b143a6f6cddd8.tar.xz |
List buffers with space
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> |