Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 138883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:20:09+00:00 2026-05-11T07:20:09+00:00

I currently use vim in a telnet window for editing code (very old school!).

  • 0

I currently use vim in a telnet window for editing code (very old school!). There is a lot of source code (mainly C), so I use tags, cscope etc. to get around. This is ok as far as it goes, but network latency can make every keystroke ‘laggy’, which is not so good!

I’d like to use gvim on my Windows PC (or any editor that can be set up to do this) to:

  1. Edit files remotely via FTP (gvim already can do this)
  2. Use a TAGS file that is either stored locally or on the server (probably more efficient to use one on the server, then I don’t have to FTP every file down). I suppose generating the file then FTPing to the proper location on my local machine would be ok.
  3. Run shell commands as if I were in the directory of the file on the server (make, various scripts etc.). I do have ssh access to the machine so I can’t think that this would be a problem.

I’m a little familiar with vimscript, so I don’t mind doing a little glueing. I thought that I can’t be the only person who has ever wanted to do this – hence asking here.

Like I said – if there is any decent editor that has this ‘built-in’, then I don’t mind switching!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T07:20:10+00:00Added an answer on May 11, 2026 at 7:20 am

    You can also use SSH to edit your file remotely with vim.

    :e scp://remote.host.com/project/file 

    And then use SSH to call make remotely:

    :!ssh remote.host.com '(cd project; make)' 

    ctags

    In order to use ctags remotely, I would create the tags file remotely and copy it to the local machine and add scp://remote.host.com/project/ to each file name in the tags files. You can do this with something like

    :%s#^\(\w\+\)\t#\1\tscp://remote.host.com/project/# 

    on the tags file. Then when working on a remote file you use ‘:set tags=local_ctags/tags’ to reference the local (modified) version of the tags file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 99k
  • Answers 100k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer On Windows Vista you can use the preview handler API… May 11, 2026 at 7:50 pm
  • Editorial Team
    Editorial Team added an answer ctags is a separate program you will need to install… May 11, 2026 at 7:50 pm
  • Editorial Team
    Editorial Team added an answer Could you produce a SQL file from shp2pgsql and do… May 11, 2026 at 7:50 pm

Related Questions

I work as a c# developer in a purely Microsoft shop. I recently started
I decided to leave my windows install behind and am now running Debian as
I have recently started using Vim as my text editor and am currently working
:vimgrep looks like a really useful thing. Here's how to use it: :vim[grep][!] /{pattern}/[g][j]

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.