- # My .inputrc file
- # I have no idea what I'm doing
- # For stupid terminals
- "\e[5C":forward-word
- "\e[5D":backward-word
- # Reason for this to exist - http://www.linuxquestions.org/questions/slackware-14/the-home-and-end-keys-in-vim-under-the-gui-terminals-4175487139/
- #
- # kvt:
- "\e[H":beginning-of-line
- "\e[F":end-of-line
- # rxvt and konsole (i.e. the KDE-app...)
- "\e[7~":beginning-of-line
- "\e[8~":end-of-line
- # for linux console
- "\e[1~": beginning-of-line
- "\e[4~": end-of-line
Untitled
Posted by Anonymous on Thu 26th Mar 2015 04:37
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.