[wiki] [sites] [st] Fix code markup || Jan Christoph Ebersbach
commit 4d4b94a0f8c0dab44dded51e8164e56536cadfc8
Author: Jan Christoph Ebersbach <jceb_AT_e-jc.de>
Date: Sun Jun 4 22:17:48 2017 +0200
[st] Fix code markup
diff --git a/st.suckless.org/patches/fix_keyboard_input.md b/st.suckless.org/patches/fix_keyboard_input.md
index 6063ac9..49f0e67 100644
--- a/st.suckless.org/patches/fix_keyboard_input.md
+++ b/st.suckless.org/patches/fix_keyboard_input.md
_AT_@ -20,18 +20,23 @@ Notes
come accross.
- If you use `<C-[>` for `<Esc>`, I suggest that you remove the following line
from this patch to reenable the behavior:
+
```
{ XK_bracketleft, ControlMask, "[91;5u", 0, 0, 0},
```
+
- If you use `<C-6>` for changing to the alternative file, I suggest that you
remove the following line from this patch to reenable the behavior:
+
```
{ XK_6, ControlMask, "[54;5u", 0, 0, 0},
```
+
- I'm not yet sure how to bind the new mappings to actions in viom. It works
for some keys while others appear to be not working at all. The first
mappings work for me with the patch while from the latter only `<S-Tab>`
works:
+
```
nmap <C-enter> :echo "<C-enter>"<CR>
nmap <C-S-enter> :echo "<C-S-enter>"<CR>
_AT_@ -45,8 +50,10 @@ nmap <C-S-Tab> :echo "<C-S-Tab>"<CR>
nmap <S-Tab> :echo "<S-Tab>"<CR>
nmap <M-Tab> :echo "<M-Tab>"<CR>
```
+
- I tried to create mappings in vim the following way but it didn't work
either:
+
```
nmap <Esc>[9;5u :echo "<C-Tab>"<CR>
```
Received on Sun Jun 04 2017 - 22:18:14 CEST
This archive was generated by hypermail 2.3.0
: Sun Jun 04 2017 - 22:48:04 CEST