[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using backticks for the inline code delimeter?
From: |
John Kitchin |
Subject: |
Re: Using backticks for the inline code delimeter? |
Date: |
Wed, 21 Apr 2021 15:22:37 -0400 |
User-agent: |
mu4e 1.4.15; emacs 27.1 |
> The challenge can be in identifying the most appropriate key bindings.
> This can depend on the platform you use as well. When I was only using
> Linux, I used the 'super' key for this and it was great. However, when I
> also started using a mac, I had to define a new scheme. It can take a
> bit of work to setup initially, but I think it is worth the effort. I
> now have the same bindings in multiple modes, so regardless of whether
> I'm writing markdown, org, html, rich text, etc, I just hit the same key
> bindings to mark content as code, bold, italic, etc.
On a Mac, you might find these useful. I don't use the right command and
option keys, so I redefine them as hyper and super. they are right under
my thumb, and convenient.
(setq mac-right-command-modifier 'hyper)
(setq mac-right-option-modifier 'super)
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
Pronouns: he/him/his
Re: Using backticks for the inline code delimeter?, Matt Price, 2021/04/20