> Might I suggest the following non-bugs but very convenient and VIM & > Windows compatible changes to @shortcuts - vi in Body pane:
The "official" Vim bindings for the keys you want to map are: Ctrl-x : Decrement the number under the cursor Ctrl-c : Interrupt current search command Ctrl-v : Start visual mode (blockwise) If you want to create custom mappings for these then create a sibling "@keys My bindings" node below the "@keys Vim bindings" node in your myLeoSettings.leo file and define your custom bindings in it's body. Your key bindings should replace any previously defined bindings for the keys. Let me know if you have a problem. Note: Vim defines the 'd', 'y', 'p' keys to delete, yank, and paste text when text has been highlighted (Leo's visual mode). Because Leo currently doesn't support separate key bindings when in "visual mode", the Vim emulator currently uses 'd<cr>' and 'y<cr>' instead of 'd' and 'y'. The paste command doesn't have any multi-key variants so 'p' works correctly in the Vim emulator. TL
-- 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.
