5How do you quickly navigate inside a source file using emacs ? c/emacs · by _Gink0_@alien.top · 2y · 21 comments
on How do you quickly navigate inside a source file using emacs ? · c/emacs · 1 pts · 2yAwesome compilation!! I already start using C-M e/a already mentioned in this post. It's simple and effective. I need to finish reading everything to get a way to move inside one function.
on How do you quickly navigate inside a source file using emacs ? · c/emacs · 1 pts · 2yI use it a lot yes. But some times you just want to look up or down along functions or statements. Scrolling is painful...
on How do you quickly navigate inside a source file using emacs ? · c/emacs · 1 pts · 2yThat one is great !!! What if I want to navigate through statements of the same type ? Like if instructions?
Awesome compilation!! I already start using C-M e/a already mentioned in this post. It's simple and effective. I need to finish reading everything to get a way to move inside one function.
I use it a lot yes. But some times you just want to look up or down along functions or statements. Scrolling is painful...
That one is great !!! What if I want to navigate through statements of the same type ? Like if instructions?