summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 358e224..14137ef 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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>