Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. ❯ bind | grep forward
  2. bind --preset -M insert -k right forward-char
  3. bind --preset -M insert \e\[C forward-char
  4. bind --preset -M insert \e\eOC nextd-or-forward-word
  5. bind --preset -M insert \e\e\[C nextd-or-forward-word
  6. bind --preset -M insert \eO3C nextd-or-forward-word
  7. bind --preset -M insert \e\[3C nextd-or-forward-word
  8. bind --preset -M insert \e\[1\;3C nextd-or-forward-word
  9. bind --preset -M insert \e\[1\;9C nextd-or-forward-word
  10. bind --preset -M insert \e\eOB history-token-search-forward
  11. bind --preset -M insert \e\e\[B history-token-search-forward
  12. bind --preset -M insert \eO3B history-token-search-forward
  13. bind --preset -M insert \e\[3B history-token-search-forward
  14. bind --preset -M insert \e\[1\;3B history-token-search-forward
  15. bind --preset -M insert \e\[1\;9B history-token-search-forward
  16. bind --preset -k right forward-char
  17. bind --preset \e\[C forward-char
  18. bind --preset \e\eOC nextd-or-forward-word
  19. bind --preset \e\e\[C nextd-or-forward-word
  20. bind --preset \eO3C nextd-or-forward-word
  21. bind --preset \e\[3C nextd-or-forward-word
  22. bind --preset \e\[1\;3C nextd-or-forward-word
  23. bind --preset \e\[1\;9C nextd-or-forward-word
  24. bind --preset \e\eOB history-token-search-forward
  25. bind --preset \e\e\[B history-token-search-forward
  26. bind --preset \eO3B history-token-search-forward
  27. bind --preset \e\[3B history-token-search-forward
  28. bind --preset \e\[1\;3B history-token-search-forward
  29. bind --preset \e\[1\;9B history-token-search-forward
  30. bind --preset -M visual -k right forward-char
  31. bind --preset -M visual \e\[C forward-char
  32. bind --preset -M visual \e\eOC nextd-or-forward-word
  33. bind --preset -M visual \e\e\[C nextd-or-forward-word
  34. bind --preset -M visual \eO3C nextd-or-forward-word
  35. bind --preset -M visual \e\[3C nextd-or-forward-word
  36. bind --preset -M visual \e\[1\;3C nextd-or-forward-word
  37. bind --preset -M visual \e\[1\;9C nextd-or-forward-word
  38. bind --preset -M visual \e\eOB history-token-search-forward
  39. bind --preset -M visual \e\e\[B history-token-search-forward
  40. bind --preset -M visual \eO3B history-token-search-forward
  41. bind --preset -M visual \e\[3B history-token-search-forward
  42. bind --preset -M visual \e\[1\;3B history-token-search-forward
  43. bind --preset -M visual \e\[1\;9B history-token-search-forward
  44. bind --preset l forward-char
  45. bind --preset -m insert a forward-char force-repaint
  46. bind --preset \cr history-search-forward
  47. bind --preset ']' history-token-search-forward
  48. bind --preset w forward-word forward-char
  49. bind --preset W forward-bigword forward-char
  50. bind --preset e forward-char forward-word backward-char
  51. bind --preset E forward-bigword backward-char
  52. bind --preset x delete-char forward-char backward-char
  53. bind --preset -M insert -k dc delete-char forward-char backward-char
  54. bind --preset -k dc delete-char forward-char backward-char
  55. bind --preset diw forward-char forward-char backward-word kill-word
  56. bind --preset diW forward-char forward-char backward-bigword kill-bigword
  57. bind --preset daw forward-char forward-char backward-word kill-word
  58. bind --preset daW forward-char forward-char backward-bigword kill-bigword
  59. bind --preset df begin-selection forward-jump kill-selection end-selection
  60. bind --preset dt begin-selection forward-jump backward-char kill-selection end-selection
  61. bind --preset dT begin-selection backward-jump forward-char kill-selection end-selection
  62. bind --preset -m insert ciw forward-char forward-char backward-word kill-word force-repaint
  63. bind --preset -m insert ciW forward-char forward-char backward-bigword kill-bigword force-repaint
  64. bind --preset -m insert caw forward-char forward-char backward-word kill-word force-repaint
  65. bind --preset -m insert caW forward-char forward-char backward-bigword kill-bigword force-repaint
  66. bind --preset yiw forward-char forward-char backward-word kill-word yank
  67. bind --preset yiW forward-char forward-char backward-bigword kill-bigword yank
  68. bind --preset yaw forward-char forward-char backward-word kill-word yank
  69. bind --preset yaW forward-char forward-char backward-bigword kill-bigword yank
  70. bind --preset f forward-jump
  71. bind --preset t forward-jump-till
  72. bind --preset -M visual l forward-char
  73. bind --preset -M visual w forward-word
  74. bind --preset -M visual W forward-bigword
  75. bind --preset -M visual e forward-word
  76. bind --preset -M visual E forward-bigword
  77. bind --preset -M visual f forward-jump
  78. bind --preset -M visual t forward-jump-till
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement