top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

I am using Vim editor on Putty and want to open multiple files altogether? How to do ?

+1 vote
352 views
I am using Vim editor on Putty and want to open multiple files altogether? How to do ?
posted Jun 12, 2014 by Yogeshwar Thakur

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Many time we need to work with multiple files all together.

Tested on Linux box under vim v6.3 and vim v7.1

Open multiple files in vim altogether

vim file1 file2 file3 ….
vim dirPath/pattern for files like vim perlfiles/*.pl open multiple files in vim

It will load in buffer simultaneously so that you can go back and forth to navigate files

answer Jun 13, 2014 by Simranjeet Singh
Similar Questions
0 votes

I've been looking for accessing PUTTY terminal session from a mobile device especially on iOS. The session will actually execute commands remotely for a systtem. Is there any library through which I can access PUTTY?

If possible please give me some hints.

...