comparison runtime/doc/quickref.txt @ 31192:dcde141f2d1e v9.0.0930

patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebug Commit: https://github.com/vim/vim/commit/63a2e360cca2c70ab0a85d14771d3259d4b3aafa Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 23 20:20:18 2022 +0000 patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebug Problem: Cannot debug the Kitty keyboard protocol with TermDebug. Solution: Add Kitty keyboard protocol support to the libvterm fork. Recognize the escape sequences that the protocol generates. Add the 'keyprotocol' option to allow the user to specify for which terminal what protocol is to be used, instead of hard-coding this. Add recognizing the kitty keyboard protocol status.
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Nov 2022 21:30:04 +0100
parents eb2638f278bf
children a7801222c9c5
comparison
equal deleted inserted replaced
31191:b8c6d994ce31 31192:dcde141f2d1e
773 'isprint' 'isp' printable characters 773 'isprint' 'isp' printable characters
774 'joinspaces' 'js' two spaces after a period with a join command 774 'joinspaces' 'js' two spaces after a period with a join command
775 'key' encryption key 775 'key' encryption key
776 'keymap' 'kmp' name of a keyboard mapping 776 'keymap' 'kmp' name of a keyboard mapping
777 'keymodel' 'km' enable starting/stopping selection with keys 777 'keymodel' 'km' enable starting/stopping selection with keys
778 'keyprotocol' 'kpc' what keyboard protocol to use for what terminal
778 'keywordprg' 'kp' program to use for the "K" command 779 'keywordprg' 'kp' program to use for the "K" command
779 'langmap' 'lmap' alphabetic characters for other language mode 780 'langmap' 'lmap' alphabetic characters for other language mode
780 'langmenu' 'lm' language to be used for the menus 781 'langmenu' 'lm' language to be used for the menus
781 'langnoremap' 'lnr' do not apply 'langmap' to mapped characters 782 'langnoremap' 'lnr' do not apply 'langmap' to mapped characters
782 'langremap' 'lrm' do apply 'langmap' to mapped characters 783 'langremap' 'lrm' do apply 'langmap' to mapped characters