Guest User

Untitled

a guest
Nov 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ! vim: ft=xdefaults
  2.  
  3. ! tell xterm to do the CSI-u thing for most cases
  4. XTerm*formatOtherKeys: 1
  5. XTerm*modifyOtherKeys: 1
  6.  
  7. ! support ctrl/shift + backspace/space as well
  8. XTerm*vt100.translations: #override \
  9. Ctrl Shift <Key>BackSpace: string("\033[127;6u") \n\
  10. Ctrl <Key>BackSpace: string("\033[127;5u") \n\
  11. Shift <Key>BackSpace: string("\033[127;2u") \n\
  12. Ctrl Shift <Key>space: string("\033[32;6u") \n\
  13. Shift <Key>space: string("\033[32;2u")
Add Comment
Please, Sign In to add comment