Monday, March 5, 2012

Re: Textpad to GVIM

On 2012-03-05, Govind wrote:
> I've been a longtime user of Textpad on windows and transitioning more to
> Linux. Gedit by itself doesn't have some features I want like
> a) Columnar mode selection
> b) ability to sort lines
> c) Word Wrap (at least nothing that jumped out)
>
> I was told that GVIM is pretty good in terms of being able to do stuff, so I
> want to get started using it. What are my next steps (I've installed it, of
> course).

I think your first step should be to run the 30-minute tutorial
program, gvimtutor. If it's not covered in the tutorial, you should
also execute the Vim command ":help" to get an overview of what's
available from the built-in help system.

You will find information on columnar mode selection under

:help 04.4
:help blockwise-visual

Lines can be sorted using the internal :sort command or by filtering
a range of lines through an external command such as the Unix sort
command. See

:help :sort
:help 10.9
:help filter

"Word wrap" means different things to different people, so you'll
have to explain what you mean more fully. Vim has many options that
control how lines are "wrapped".

HTH,
Gary

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment