Tag
viml
3 posts tagged “viml”.
- 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 …
- 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 …
- 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 …