diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-10-16 12:08:37 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-10-16 12:08:37 +0300 |
commit | 2fd36644bbba3360c13206d7f17d94424797a1df (patch) | |
tree | 3fd261b8f2db1799b2408a5e9c6ab5752d30c8a4 /lib/colors | |
parent | d714bb48a4b8629f6345a28bc21a24537207176b (diff) | |
download | sciteco-2fd36644bbba3360c13206d7f17d94424797a1df.tar.gz |
Solarized color scheme: fixed F5 function key macro
The macro prefix was changed from ^F to ^K.
Diffstat (limited to 'lib/colors')
-rw-r--r-- | lib/colors/solarized.tes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/colors/solarized.tes b/lib/colors/solarized.tes index 7479c31..25a256a 100644 --- a/lib/colors/solarized.tes +++ b/lib/colors/solarized.tes @@ -138,5 +138,5 @@ Q[solarized.light]"T :M[solarized.light] | :M[solarized.dark] ' * register `solarized.toggle` as the function key macro for F5. * This terminates the command line as it cannot be rubbed out. *! -@[F5]{(M[solarized.toggle])} -1U[F5] +@[F5]{(M[solarized.toggle])} +1U[F5] |