We may know that ctrl_alt_bksp to kill X-window-session is no longer default. To regain ctrl_alt_bksp function, An InputClass may be added to a file in [some_where]/X11/xorg.conf.d. An InputClass section may alternatively be added to xorg.conf. Section "InputClass" Identifier "XKB Defaults" MatchIsKeyboard "yes" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection
It is easy for me to put it in xorg.conf, but the vim highlighting shows error. I made a $HOME/.vim/syntax/xf86conf.vim with added InputClass and the highlighting is accepted. Attached test patch inputclass.patch -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
inputclass.patch
Description: Binary data
