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