Skip to content

Instantly share code, notes, and snippets.

@elvircrn
Created December 26, 2016 03:06
Show Gist options
  • Select an option

  • Save elvircrn/5411a3f5360e8d820d0412435d2180e9 to your computer and use it in GitHub Desktop.

Select an option

Save elvircrn/5411a3f5360e8d820d0412435d2180e9 to your computer and use it in GitHub Desktop.
Select bracket content, f(v%y would do this:
f(: Move to the next ( on the current line
v: Start a visual selection
%: Select the text up to and including the next bracket
y: Yank the text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment