projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffaef31
)
Added backspace as a special character for mapping
author
Craig Roy
<CraigR63@gmail.com>
Fri, 27 Feb 2015 02:41:42 +0000
(
02:41
+0000)
committer
Craig Roy
<CraigR63@gmail.com>
Fri, 27 Feb 2015 02:41:42 +0000
(
02:41
+0000)
src/map.c
patch
|
blob
|
history
diff --git
a/src/map.c
b/src/map.c
index
e7455d6
..
a9fad55
100644
(file)
--- a/
src/map.c
+++ b/
src/map.c
@@
-93,6
+93,7
@@
static struct {
{"<S-Tab>", 7, CSI_STR "kB", 3},
{"<Esc>", 5, "\x1b", 1},
{"<Space>", 7, "\x20", 1},
+ {"<BS>", 4, "\x08", 1},
{"<Up>", 4, CSI_STR "ku", 3},
{"<Down>", 6, CSI_STR "kd", 3},
{"<Left>", 6, CSI_STR "kl", 3},