1

My hands are getting lazier every day. Is there a key sequence to automatically type \(_\), where _ just denotes the position of my cursor, when I'm in org-mode? (Or \[_\], of course: same question.)

1 Answers1

1

I have a yasnippet for this:

# -*- mode: snippet; require-final-newline: nil -*-
# name: math for Org
# key: $$
# binding: direct-keybinding
# --
\\($1\\) $0

I type $$ and get what you want: \(_\).

NickD
  • 27,023
  • 3
  • 23
  • 42
mankoff
  • 4,108
  • 1
  • 22
  • 39