Skip to content

Instantly share code, notes, and snippets.

@kafaichoi
Last active April 23, 2018 02:54
Show Gist options
  • Save kafaichoi/1f4e5f08852707e9b66f3295a7402a0f to your computer and use it in GitHub Desktop.
Save kafaichoi/1f4e5f08852707e9b66f3295a7402a0f to your computer and use it in GitHub Desktop.
Productivity

https://github.com/amix/vimrc

fzf ` git branch -r | fzf

git checkout $(git branch -r)

`

C-tags(jump to defintion) https://stackoverflow.com/questions/563616/vim-and-ctags-tips-and-tricks

Select lines using ranges in Vim 10GV12G

go to definition <c+]> back <c+o>

change inner word and go to next word and repeat ciw + n + .

https://medium.com/@schtoeffel/you-don-t-need-more-than-one-cursor-in-vim-2c44117d51db

Search the word by visual selected words yank and go to command mode and paste by Ctrl + R 0

copy to clipboard

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