LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   vim text wrap problem (https://www.linuxquestions.org/questions/linux-software-2/vim-text-wrap-problem-389758/)

darknails 12-06-2005 06:47 AM

vim text wrap problem
 
Hi,

I've been trying to set the textwidth so that
the line breaks automatically. So I set for
example

:set textwidth=10

and tried typing but the line continued after
10 characters.

my .vimrc is the following:
-------------------
set showmode
syntax enable

"Tab spacing
set tabstop=4
set shiftwidth=4

set autoindent

"Configure the Backspace to work in insert mode
set backspace=indent,eol,start
-----------------------------
I hope someone can help.

many thanks,
Ivan

darknails 12-06-2005 06:54 AM

Essentially I'm looking for a function which is equivalent
to ESC+q in emacs.


All times are GMT -5. The time now is 03:19 AM.