Skip to content

Instantly share code, notes, and snippets.

@rebornix
Last active October 18, 2016 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rebornix/d21d1cc060c009d4430d3904030bd4c1 to your computer and use it in GitHub Desktop.
Save rebornix/d21d1cc060c009d4430d3904030bd4c1 to your computer and use it in GitHub Desktop.
Manual Test: Selection

Go to definition

Open a TypeScript project, or whatever project whose language supports it. Move cursor to a symbol which is defined elsewhere, press F12, move hjkl to see if the cursor is positioned correctly.

Windows/Tabs

  1. Open the same file in two Group Editors by clicking Split Editor button. Switching between these two windows by pressing <C-w> hl or using Mouse. After switching window, press hjkl to see the cursor position is updated correctly.
  2. Open different files in two Group Editors. Other steps are the same as above.

Visual selection

Make sure visual selection still works by pressing "go to matching brace" % command.

Home & End

Press Home or End then hjkl to see the cursor is positioned correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment