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 clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en