Jump to content

vim? can't open it


Recommended Posts

i installed the newest version of this text editor

 

but i m not able to open it

 

i tried compiling it myself and also downloading the rpm

but both wont let me open it

 

after installation, i went to run and typed in vim and nothing appeared

 

then i went into console and also typed in vim and it brings up this screen in console but i am not able to type any commands on it

 

does anyone no what is the problem?

 

if you guys need a screen of this, i can provide it

 

thanks for helping

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

after installation, i went to run and typed in vim and nothing appeared

 

then i went into console and also typed in vim and it brings up this screen in console but i am not able to type any commands on it

 

thanks for helping

 

That actually sounds like the correct behaviour for vim ;).

 

You'll need to install something like gvim if you want a gui for it. When you run vim from the console, can you type :i followed by the enter key? If so, does that allow you to type stuff? I apologize in advance if you're a seasoned vi(m) user and are having some other problem.

Link to comment
Share on other sites

What you need to do is learn how to use vim!

 

From a console, type "vim" You are now in a blank screen with many lines. Push "Insert" on your keyboard and you can type stuff!

 

Push ":" (colon - shift + ; on most keyboards) and a prompt will open at the bottom. Type "q" and press enter - vim will exit. Push "wq" and enter - vim will save the file and exit.

 

Use "vim filename" to edit a file.

 

Fun, eh?

Link to comment
Share on other sites

is it

vim-tutorial

???

...there is a tutorial for it ;)

 

vi is a symlink to vim

 

old vi is all but dead and near impossible to get on a modern distro...besides why would anyone want it since we have vim-enhanced :lol:

Edited by bvc
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...