public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* how do YOU hack the linux kernel ?
@ 2010-01-19 12:52 Ramagudi Naziir
  2010-01-19 13:15 ` Samuel Thibault
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Ramagudi Naziir @ 2010-01-19 12:52 UTC (permalink / raw)
  To: linux-kernel

do you use vim ?

If so, how do you open files you want to read/edit ?
Assuming you don't remember their exact name/location, you'd need to
use something like 'find . -iname '*pattern*'. which is slow.
You can also ":tabnew ." and just browse the folders, but that's super slow too.


so, do you use stuff like 'Source Insight' ?

It does have a great files viewer, where you can just type a few
letters, and it immediately shows only files that match the pattern
you typed (just like in iTunes). This is blazing fast. But it's Source
Insight. you need to fight it not to over-visualizes your file, and
not to mess up with your whitespace. not to mention that it's
windows-only (although wine seems to help here a bit).


so.. back to vim ? It does have relevant plugins that tries to give
you fast files opener, like the 'project' plugin (totally unmaintained
and buggy) or the 'tselectfiles' plugin (slow, hard to use).


I'd really like to use vim, it's fast and gives you control, but
really I must have some way to quickly access my files.


Any ideas ?

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-01-29 11:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19 12:52 how do YOU hack the linux kernel ? Ramagudi Naziir
2010-01-19 13:15 ` Samuel Thibault
2010-01-19 14:29 ` Américo Wang
2010-01-20  6:35   ` Petr Uzel
2010-01-20  8:33 ` Michael Wookey
2010-01-20 18:04 ` Krzysztof Halasa
2010-01-21  0:15 ` Andi Kleen
2010-01-29  8:10 ` Daniel Mack
2010-01-29 11:37   ` Andy Walls

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox