aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation/vip.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation/vip.el')
-rw-r--r--lisp/emulation/vip.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el
index 4e6749d9cf..e086f26e8a 100644
--- a/lisp/emulation/vip.el
+++ b/lisp/emulation/vip.el
@@ -183,6 +183,7 @@ If nil then it is bound to `delete-backward-char'."
(define-key map "\C-z" 'vip-change-mode-to-emacs)
(define-key map "\e" 'vip-ESC)
+ (define-key map [?\S-\ ] 'vip-scroll-back)
(define-key map " " 'vip-scroll)
(define-key map "!" 'vip-command-argument)
(define-key map "\"" 'vip-command-argument)