Updates: Labels: -Type-Defect Type-Enhancement Component-Keymap-vim
Comment #1 on issue 243 by nicolas.pouillard: auto-indent (preferably based on layout) http://code.google.com/p/yi-editor/issues/detail?id=243 The Vim keymap already support indentation through the '=' operator. The auto-indent support should be pretty easy to add either as optional in the Vim keymap or directly in your ~/.yi/yi.hs or HackerMain.hs. Have a look at Corey config in Yi/Users/Corey.hs he has a basic support for such a feature. Snippet from he's config: ... <|> ( spec KEnter ?>>! do insertB '\n' indentAsPreviousB ) ... -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---