Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Large Object Motions:
  2. (
  3. )
  4. {
  5. }
  6. [[
  7. []
  8. ][
  9. ]]
  10. [m
  11. [M
  12. ]m
  13. ]M
  14. [(
  15. ])
  16. [{
  17. ]}
  18.  
  19. Word Motions:
  20. w
  21. W
  22. e
  23. E
  24. b
  25. B
  26. ge
  27. gE
  28.  
  29. Line Motions:
  30. H
  31. L
  32. M
  33. j
  34. k
  35. gg
  36. G
  37. -
  38. +
  39. _
  40.  
  41. Display Line Motions:
  42. gj
  43. gk
  44.  
  45. Column Motions:
  46. h (or <Left> or <ctrl-h> or <BS>)
  47. l (or <Right> or <Space>)
  48. ^
  49. $ (or <End>)
  50. |
  51. 0
  52. <Home>
  53.  
  54. Display Column Motions:
  55. g^
  56. g$ (or g<End>)
  57. g_
  58. g0 (or g<Home>)
  59. gm
  60.  
  61. Search Motions:
  62. /
  63. ?
  64. n
  65. N
  66. #
  67. *
  68.  
  69. Find Motions:
  70. F
  71. f
  72. T
  73. t
  74. ;
  75. ,
  76.  
  77. Changelist Motions:
  78. g;
  79. g,
  80.  
  81. Extended Matchit Motions:
  82. %
  83. g%
  84.  
  85. Jump Motions:
  86. `
  87. '
  88. ctrl-o
  89. ctrl-i (or Tab)
  90.  
  91. Buffer Motions:
  92. {count}%
  93. {count}go
  94.  
  95. Some Additional Commands that move the cursor:
  96.  
  97. Commence Editing:
  98. a
  99. A
  100. I
  101. gI
  102. o
  103. O
  104.  
  105. Scroll Cursor:
  106. z<CR>
  107. zt
  108. z.
  109. zz
  110. z-
  111. zb
  112.  
  113. Scroll Window:
  114. ctrl-y
  115. ctrl-e
  116. ctrl-u
  117. ctrl-d
  118. ctrl-b (or PageUp)
  119. ctrl-f (or PageDown)
  120. z^
  121. z+
  122.  
  123. Tag Jumps:
  124. ctrl-]
  125. g]
  126. g ctrl-]
  127. ctrl-t
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement