chiark
/
gitweb
/
~mdw
/
profile
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dot/emacs, el/dot-emacs.el: Add support for the Go programming language.
[profile]
/
dot
/
inputrc
1
### bash and friends, readline configuration
2
3
## Eight-bit sensibleness
4
set input-meta on
5
set output-meta on
6
set convert-meta off
7
8
## Missing bindings
9
"\e\e[C": forward-word
10
"\e\e[D": backward-word