M-{ and M-} in emacs go forward/backwards a paragraph. when in code,
this often translates well to moving around between
fragments/functions etc. you also have C-v and M-v for
forward/backward a page and then C-l for centering on the current
line. i use all of those a lot...On Thu, Sep 15, 2011 at 2:15 AM, Stefan Kamphausen <[email protected]> wrote: > Hi, > > we're getting totally OT here and should probably better head for > gnu.emacs.help. Anyway, just one more bark from me and then I'll be quiet > (but will respond to mail ;-) > > On Thursday, September 15, 2011 2:08:28 AM UTC+2, frye wrote: >> >> In Vim , you press Ctrl-d and Ctrl-u to go down and up a block >> respectively. Depending on the size of your window, it moves the cursor >> about 1/3rd of the way down (or up) the screen. This is very handy to have >> when just browsing a buffer. You can be more precise by pressing 37k, to >> move the cursor up 37 lines, etc. >> >> For whatever reason, I haven't been able to find something similar in >> Emacs. > > OK, I tried what it does in vim. Some things come to my mind. > > 1. PgUp/PgDn obviously > 2. Try hitting C-l (that's an 'l' like in 'like') several times in a row. > It won't move your cursor but the line it's on. > 3. I've been using some personal binding on my home and end keys for ages > which moves me to the beginning/end of a line, beginning/end of the > currently displayed window and beginning/end of the whole buffer on > successive hits. See chb-home and chb-end on > http://www.skamphausen.de/cgi-bin/ska/dot-emacs.d-slash-init.el. Combine > that with C-l. > 4. You might want to try out swiss-move.el (shameless self-plug). Maybe > it's confusing, maybe helpful. > > Cheers, > Stefan > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
