Our Publications
About Us
Josh Software
Our passion is Ruby On Rails! We are an Indian company who believes that programming is an art.Our portfolio! -- Contact Us
Categories
- Case Studies (1)
- CMS (9)
- Radiant (9)
- General (24)
- Javascript (5)
- Mobile Development (1)
- Sencha (1)
- MongoDB (2)
- Ruby (45)
- Ruby on Rails (117)
- Conferences (14)
- Search (8)
- Tutorials (12)
Authors
Tag Archives: vim
Vim editor for ruby on rails development using rails.vim
Vim install On CentOS yum install vim-enhanced Vim install on Ubuntu machine Install vim-full using command apt-get install vim While coding with ruby, html, erb, haml, js and stylesheets.It is great pain to indent code. Using rails vim one can … Continue reading
Get hand over VI / VIM editor
Movements b previous wordw next worde end of word0/^ begining of line$ end of lineG end of file1G/gg begining of file/pattern search next?pattern search previousn repeat search forword ( i.e next occurence )N repeat search backword:line goto line specified *****Modes**** … Continue reading
vi / vim Shortcuts
Open filevi filenameAs i am newb on linux macine, i dont know vi shortcuts.so, i am listing down shortcuts which i am getting familier. :) Insert in filei Exit fileq forced exitq! save filewq forced savewq! Copy no of linesyy … Continue reading
