Created
December 26, 2016 03:06
-
-
Save elvircrn/5411a3f5360e8d820d0412435d2180e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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