Standard Search
About 16 results
https://coreyja.com/posts/vim-fzf-with-devicons/ · 17 Nov 2018
] Background When I wrote my last blog post VIM Spelling Suggestions with fzf I got a couple of co
https://coreyja.com/posts/vim-spelling-suggestions-fzf/ · 10 Nov 2018
TlDr Use fzf to show VIM spelling suggestions, and override the built in z= shortcut ``` function
https://coreyja.com/posts/vim-rspec-in-a-monorepo/ · 15 Apr 2018
Monorepos At work we often use monorepos, where the root of the git repo contains subdirs where each
https://coreyja.com/posts/dotfiles-december-2018/ · 6 Jan 2018
History My dotfiles repo started out as a fork from some dude . The main reason for making the repo
https://hboon.com/navigation-tabs-with-keyboard-for-macvim-other-apps-on-os-x/ · 7 Jun 2015
I use MacVim as my primary editor and since it uses hjkl as arrow keys and have gotten used to h and l representing left and right respectively. I
https://hboon.com/using-ctags-with-macvim-for-objective-c-on-os-x/ · 12 Jan 2011
1. Install Homebrew if you haven't. 2. Run brew install ctags . The version of ctags that ship of OS X is an antique. 3. Run echo "--langdef=objc"