Tag

vim

9 posts tagged “vim”.

  1. Creating Custom Scratch Buffers in VIM The other day I wanted to open a scratch buffer to write some temporary code and the pass it on to a repl to test it out, the idea was that I could … scratchvimviml
  2. VIM – Filter Quickfix List If you are used to using the quickfix list in VIM there are times when you want to filter certain things out of the quickfix list to narrow it down to … filterquickfixvim
  3. VIM – Toggle Ruby Hash Syntax Ruby 1.9 introduced a new json style ruby hash syntax. Although we can use this to define static hash objects and puts a limitation on the key we can … hashrubyvimvimlvimscript
  4. VIM for Multiple Projects in separate Tmux windows My development environment setup consists of several tools, however the 2 most used and essential tools that have a great impact on my workflow are … tmuxvimvimlvimscript
  5. VIM Markify Recently I picked up some minor configs for ruby from Time Pope’s vimrc. Here’s the code : autocmd FileType ruby \ if expand('%') … signsvim
  6. VIM Better FoldText Update 3: Improved the code for extraction of fillchar from fillchars option and taking foldcolumn into account. Update 2: Fixed the regex for … foldfoldingvim
  7. VIM Table Mode UPDATE 2: Released v 2.0 of the plugin. Check github for details. UPDATE : I have added more features to the original plugin, showcasing some core … modetabletable-modevim
  8. Vim Railscasts Colorscheme VIM in my muscle memory is one of my popular posts, the day I published it, I attracted over 3,200 unique views in a single day, mostly from Hacker … colorschemerailscastsvim
  9. VIM in my muscle memory I have been an ardent VIM user for almost 4 years now, and it’s been a while since I have been wanting to write this Blog. My motivation is not … rubyvim