You are not logged in.

#1 2008-08-07 22:43:49

jmrbcu
Member
From: Cuba
Registered: 2007-08-20
Posts: 112

about vim

This may sound like a fool question but I really need to now what a <leader> key means in vim and how do I know which key is?


--------------------------------
Todos somos muy ignorantes, lo que ocurre es que no todos ignoramos lo mismo.
Recuerda: El arca de Noe fue construida por aficionados, el titanic por profesionales
-----------------------------------------------------------------

Offline

#2 2008-08-07 22:58:07

vogt
Member
From: Toronto, Canada
Registered: 2006-11-25
Posts: 389

Re: about vim

backslash (\) by default.

A simple search of vim tips is incredibly useful:
http://www.vim.org/tips/tip.php?tip_id=940

Offline

#3 2008-08-08 03:56:38

nilsHaus
Member
Registered: 2007-06-22
Posts: 69

Re: about vim

is vim better than vi, by how much?

Offline

#4 2008-08-08 05:44:08

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: about vim

http://archlinux.org/news/336/
# vim - X capabilities(can drag splits in xterms, runs as server etc), Ruby,python and Perl-support. listens to /etc/vimrc ~/.vimrc

That much.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#5 2008-08-08 15:46:55

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: about vim

jmrbcu wrote:

This may sound like a fool question but I really need to now what a <leader> key means in vim and how do I know which key is?

For the future, vim has the single most comprehensive help system I've ever seen. Need to know what <leader> means?

:h <leader>

Consequently, you can change the leader with 'mapleader'

let mapleader = "`"

I like the backtick key hmm

Offline

#6 2008-08-08 15:54:48

Jessehk
Member
From: Toronto, Ontario, Canada
Registered: 2007-01-16
Posts: 152

Re: about vim

phrakture wrote:
jmrbcu wrote:

This may sound like a fool question but I really need to now what a <leader> key means in vim and how do I know which key is?

For the future, vim has the single most comprehensive help system I've ever seen.

I'd say Emacs is about equal WRT to the help system, no?

Offline

#7 2008-08-08 16:05:03

jmrbcu
Member
From: Cuba
Registered: 2007-08-20
Posts: 112

Re: about vim

I used emacs for a while and I think vim has a better help system, no flame war please!!!.


--------------------------------
Todos somos muy ignorantes, lo que ocurre es que no todos ignoramos lo mismo.
Recuerda: El arca de Noe fue construida por aficionados, el titanic por profesionales
-----------------------------------------------------------------

Offline

#8 2008-08-08 16:16:56

Jessehk
Member
From: Toronto, Ontario, Canada
Registered: 2007-01-16
Posts: 152

Re: about vim

jmrbcu wrote:

no flame war please!!!.

Not at all: that wasn't my intention. smile

Offline

Board footer

Powered by FluxBB