You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really cool if we could use the code from :HdevtoolsType to turn Haskell expressions into text objects, such that for example with the cursor on a case we can do cie to delete the whole case expression and enter insert mode, d2ae would delete the case expression and the outer expression containing it (the way repeated :HdevtoolsType works) plus surrounding whitespace, etc.
See also Chris Done's videos on "Structural editing" in emacs using his "syntax-mode":
https://github.com/kana/vim-textobj-user
It would be really cool if we could use the code from
:HdevtoolsType
to turn Haskell expressions into text objects, such that for example with the cursor on acase
we can docie
to delete the whole case expression and enter insert mode,d2ae
would delete the case expression and the outer expression containing it (the way repeated:HdevtoolsType
works) plus surrounding whitespace, etc.See also Chris Done's videos on "Structural editing" in emacs using his "syntax-mode":
http://www.youtube.com/user/ChristopherDone
The text was updated successfully, but these errors were encountered: