Next: , Previous: Motion, Up: Motion



9.3.1.1 Allow move to end of last

Variable: versor-allow-move-to-end-of-last

Type: boolean

Default value: 'dwim

Whether to allow moving to the end of the last sexp in a list.

Otherwise, versor-next stops at the start of it, and refuses to do another forward move.

Setting this non-nil does what you probably want in practice, although setting it nil is probably cleaner in some abstract sort of way. Setting it non-nil and not t will make the last move within a list go to just before the closing syntax of the list, which is where you typically want to be to type the next sexp in.


SourceForge.net Logo