# 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