Now that 'Escape' is not a real hardware key in the new Macbook Pro anymore and even otherwise 'Escape' has always been one of the hard to reach keys, what is workaround for avoiding the 'Escape' key in Vim?
How I'm able to take notes in mathematics lectures using LaTeX and Vim
101–110 of 223 posts
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#102Earlier quoted context omitted.
It does ship with windows 10 but it's a UWP app and it's rubbish. It's missing on Office 2019. See: https://support.office.com/en-gb/article/onenote-2016-is-mis... This one totally caught me by surprise for ref when I upgraded, perhaps foolishly. I installed OneNote 2016 and am sticking my fingers in my ears until I have some time to deal with it.
That's awful. I probably have hundreds of pages of notes in this thing. Time to mass PDF export.
Annoyingly they're going to EOL the cloud connectivity for it in 2023 and then the product in 2025. I've taken all my notebooks offline and will deal with it at some point, probably in 2025 :D
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#103Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#104Now that 'Escape' is not a real hardware key in the new Macbook Pro anymore and even otherwise 'Escape' has always been one of the hard to reach keys, what is workaround for avoiding the 'Escape' key in Vim?
some people use Shift Lock (which is barely used, and closer to pinky), and a colleague of mine use the sequence 'ii'
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#105I don't agree with this. Perhaps it's possible for someone with exceptional LaTeX and vim knowledge, but even after using both for 20 years I wouldn't do this. The point of the lecture is to assimilate structure and basic understanding, not to produce a neat set of notes instantly. To take notes to this detail means you're putting more time into the note taking than the work. Use a pen and paper. Write down structure…
>Write your notes up at the end of the day with reference material at hand and no compromises. You can structure, extrapolate and transform things into your own understandable language then. As if the average modern day student is going to do this. I did what OP did and it worked for me because instead of dozing off I was focused on keeping up with the lecturer. It worked for me personally. More on topic, the standar…
If that is the case, then I fear little from the upcoming students chomping at my old ankles in the jobs market!
Transcribing my lecture scribbles to neater notes later in the day (or sometimes later in the week depending on scheduling) was important in solidifying the knowledge or, more importantly, realising that something hadn't twigged in my head as I thought it had (giving me chance to look up the matter and/or ask the lecturer for clarification next time, instead of being surprised by not understanding when new information was built on that part or it came up in an exam).
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#106https://vi.stackexchange.com/questions/7466/what-is-the-diff...
And there is a community-maintained repository of snippets: https://github.com/honza/vim-snippets
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#107Now that 'Escape' is not a real hardware key in the new Macbook Pro anymore and even otherwise 'Escape' has always been one of the hard to reach keys, what is workaround for avoiding the 'Escape' key in Vim?
people often map `jk` or `jj`, or the key to the left of `1` to Esc. I use `jk`.
Say I perform these mappings:
:noremap jk
:inoremap jk
Now granted, pressing `jk` in insert mode escapes me to normal mode. But many use cases that work with the Escape key do not work with `jk` anymore.For example, try:
:ab hn Hacker News
Now type `hn` in insert mode and press Escape, it would expand to `Hacker News` like it should. But then type `hn` in insert mode and press `jk`, it does not expand to `Hacker News`.Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#108Earlier quoted context omitted.
That's awful. I probably have hundreds of pages of notes in this thing. Time to mass PDF export.
I have been using it for about 15 years so am in the same situation. I haven't found a suitable alternative yet. Annoyingly they're going to EOL the cloud connectivity for it in 2023 and then the product in 2025. I've taken all my notebooks offline and will deal with it at some point, probably in 2025 :D
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#109Something different, but I use this https://remarkable.com/ Think of a big Kindle, good battery, and really good writing experience (much like paper). I can note on pdfs, it has handwriting recognition, exports well and is otherwise a joy to use. I used to have a top of the line Samsung tablet before, and was never really happy with it for taking notes and reading.
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#110As a feat in itself this is definitely very impressive, but I wonder if it's really worth anyone's time to spend precious lecture time with your mind fully occupied in the mechanical task of taking notes rather than actually absorbing and engaging with the content. Especially for an extremely content-dense subject like Mathematics, where you need all your concentration just to process what you are reading and follow…