diff --git a/lisp/term-compat.el b/lisp/term-compat.el index b2e742d..ca24323 100644 --- a/lisp/term-compat.el +++ b/lisp/term-compat.el @@ -48,6 +48,10 @@ "\e[27;5;8~" [C-backspace]) +(define-key xterm-function-map + "\e[27;2;127~" + [S-backspace]) + (define-key xterm-function-map "\e[27;5;32~" [?\C-\s] ;; Or (kbd "C-SPC") ;; Or [?\C- ]