summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ee9bdab)
Vertical motion is by visual lines, because this allows more
fine-grained motion -- and not for any deep philosophical reason,
because the arguments from principle are all in favour of motion by
logical lines.
Move the cursor visually horizontally when the cursor keys are pressed,
but in buffer order when the traditional C-b/C-f keys are used. This
makes most sense to me when I'm trying to edit mixed-direction text. It
probably won't suit anyone else.
(setq-default comment-column 40) ;Set a standard comment column
(setq-default truncate-partial-width-windows nil
truncate-lines t)
(setq-default comment-column 40) ;Set a standard comment column
(setq-default truncate-partial-width-windows nil
truncate-lines t)
+(setq line-move-visual t
+ visual-order-cursor-movement t)
(setq default-indicate-empty-lines t)
(setq view-read-only t)
(setq-default view-exit-action #'kill-buffer)
(setq default-indicate-empty-lines t)
(setq view-read-only t)
(setq-default view-exit-action #'kill-buffer)