sponsor Vim development Vim logo Vim Book Ad

fixtermkeys : Fix terminal Ctrl Alt Shift modifiers for keys like Tab CR Space BS cursor

 script karma  Rating 4/1, Downloaded by 530  Comments, bugs, improvements  Vim wiki

created by
Alex Efros
 
script type
utility
 
description
Based on http://www.leonerd.org.uk/hacks/vim/fixtermkeys.html.

Even without extra terminal setup this plugin will improve detection of some keys, but to get all keys to work chances are you'll have to configure your terminal.

Example setup for urxvt: https://github.com/powerman/vim-plugin-fixtermkeys

Source: https://github.com/powerman/vim-plugin-fixtermkeys
 
install details
Using pathogen (recommended).
a) Using source:
    $ git clone https://github.com/powerman/vim-plugin-fixtermkeys.git ~/.vim/bundle/fixtermkeys/
b) Using .zip archive:
    $ mkdir ~/.vim/bundle/fixtermkeys/
    $ unzip fixtermkeys.zip -d ~/.vim/bundle/fixtermkeys/
c) Using  .vmb vimball:
    $ mkdir ~/.vim/bundle/fixtermkeys/
    $ vi fixtermkeys.vmb
    :UseVimball ~/.vim/bundle/fixtermkeys

Plain install without pathogen.
a) Using .zip archive:
    $ unzip fixtermkeys.zip -d ~/.vim/
b) Using .vmb vimball:
    $ vi fixtermkeys.vmb
    :so %
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
fixtermkeys.vmb 1.1 2020-02-21 7.0 Alex Efros vimball
fixtermkeys.zip 1.1 2020-02-21 7.0 Alex Efros Disable Esc mapping.
fixtermkeys.vmb 1.0 2020-02-17 7.0 Alex Efros vimball
fixtermkeys.zip 1.0 2020-02-17 7.0 Alex Efros Initial upload
ip used for rating: 3.149.27.202

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github