Skip to content

GrandadEvans

Freelance ex-British Army Web Developer solving your problems

  • Home
  • My Services
    • My Services
    • Why people should use my services
  • Testimonials
  • Get in Touch
GrandadMay 4, 2013May 25, 2013 No Comments

Vimtip #1: start gvim from terminal and still use terminal

This tip will allow you to start gvim from the terminal and still use it after Gvim has opened. Step 1: Add the following to your ~/.bashrc or mac equivalent function gvim { /usr/bin/gvim -f $* > /dev/null 2> /dev/null & disown } Step 2: Type gvim in your terminal and it will not hog […]

Continue Reading
Proudly powered by WordPress | Theme: Awesome Portfolio by Code Work Web.