-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas and features #13
Comments
I was programming a elisp project recently and discovered "paredit" and I must say that it's very useful when dealing with all the parenthesis. I think this would be a good feature for avi. Here's an animated guide showing some of it's useage. It's used in Nightcode which might not be too hard to just use some of the code from over there. |
@justgage There is an implementation called But I definitely want something. Perhaps something close. I actually don't use NERDTree that much anymore because of Ctrl+P. I agree with no non-visual mode. I've been thiking about Anyway, there's a trello here: https://trello.com/b/E2LFvVLy/avi Feel free to drop cards on it, vote, and so forth. |
I don't have permission to edit the trello board or else I would be glad to. I agree that the vim implementations of paredit are awful mostly due to the keybindings. The emacs bindings aren't too bad which we could use in insert mode. Another option is perhaps to have a paredit mode where most of the bindings are rebound to traversing and editing the tree. However I'm not sure if it's wise to create too many more modes than vim already has. |
@justgage I just added public commenting and voting to the board and invited you. |
Thank you :). |
Here's a list of my ideas/wishlist
The text was updated successfully, but these errors were encountered: