Guest User

Untitled

a guest
May 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. #------------------------------
  2. # Keybindings
  3. #------------------------------
  4. # for linux console and RH/Debian xterm
  5. bindkey "\e[1~": beginning-of-line
  6. bindkey "\e[4~": end-of-line
  7. bindkey "\e[5~": beginning-of-history
  8. bindkey "\e[6~": end-of-history
  9. bindkey "\e[7~": beginning-of-line
  10. bindkey "\e[3~": delete-char
  11. bindkey "\e[2~": quoted-insert
  12. bindkey "\e[5C": forward-word
  13. bindkey "\e[5D": backward-word
  14. bindkey "\e\e[C": forward-word
  15. bindkey "\e\e[D": backward-word
  16. bindkey "\e[1;5C": forward-word
  17. bindkey "\e[1;5D": backward-word
  18. # for rxvt
  19. bindkey "\e[8~": end-of-line
  20. # for non RH/Debian xterm, can't hurt for RH/DEbian xterm
  21. bindkey "\eOH": beginning-of-line
  22. bindkey "\eOF": end-of-line
Add Comment
Please, Sign In to add comment