This was discussed in another thread, but I wanted make it more
visible and to update it:

- With the settings in the new version of leoSettings.leo, Leo will
work pretty much as it always has.  To enable vim-like bindings, put
the following in the @settings tree in myLeoSettings.leo:

@strings  [command,insert, overwrite] top_level_unbound_key_action =
command

- A new default is:

@bool stayInTreeAfterEditHeadline = False

This allows the newline character to switch from the outline pane to
the body pane.

- The new default background color for insert mode is a soft pink:

@color insert_mode_bg_color = #fdf5f5

- vim-like bindings are defined in leoSettings.leo in the node:

@shortcuts  Vim plain keys

Play with these as you will.  For multi-key sequences, like 'dd', you
would
have to define a 'd' mode that handles the follow-on characters after
the
first d.  On my list: munge mode names so they make pleasing prompts
in the
minibuffer.  Maybe today.

I believe the code in the key-handling code is solid.  Please report
any problem, no matter how small.

Edward
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to