Skip to content

Instantly share code, notes, and snippets.

@sgryjp
Last active August 15, 2023 03:42
Show Gist options
  • Save sgryjp/d388f173f33c765ad4ef90e81bb295e6 to your computer and use it in GitHub Desktop.
Save sgryjp/d388f173f33c765ad4ef90e81bb295e6 to your computer and use it in GitHub Desktop.
Vim keymaps which I tend to forget

Vim keymaps which I tend to forget

This memo is organized according to help files of Vim.

  • zz (Normal) … Redraw, line [count] at center of window (default cursor line).
  • zl (Normal) … Move the view on the text [count] characters to the right.
  • zL (Normal) … Move the view on the text half a screenwidth to the right.
  • C-f (Command-line mode) … Open the command-line window.
  • q: (Normal) … Open the command-line window.
  • ga (Normal) … Print the ASCII value of the character under the cursor (Get Ascii value).
  • z{nr} (Normal) … Set current window height to {nr}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment