iron-maiden-cl is a powerful utility for keyboard customization. iron-maiden-cl supports
- remapping sticky keys
- remapping for each keyboard
# 'atom-text-editor': | |
# 'enter': 'editor:newline' | |
# | |
# 'atom-workspace': | |
# 'ctrl-shift-p': 'core:move-up' | |
# 'ctrl-p': 'core:move-down' | |
'atom-text-editor.vim-mode:not(.command-mode)': | |
'ctrl-l': 'vim-mode:activate-command-mode' |
sudo apt install python3-pip cython3 |
Leaving directory `c:/Users/knishida/.emacs.d/elpa/async-20150529.529' | |
Compiling file c:/Users/knishida/.emacs.d/elpa/async-20150529.529/async-bytecomp.el at Sun May 31 12:54:01 2015 | |
Entering directory `c:/Users/knishida/.emacs.d/elpa/async-20150529.529/' | |
Compiling file c:/Users/knishida/.emacs.d/elpa/async-20150529.529/async.el at Sun May 31 12:54:01 2015 | |
Compiling file c:/Users/knishida/.emacs.d/elpa/async-20150529.529/dired-async.el at Sun May 31 12:54:01 2015 | |
Compiling file c:/Users/knishida/.emacs.d/elpa/async-20150529.529/smtpmail-async.el at Sun May 31 12:54:01 2015 |
[ | |
{ "keys": ["j", "j"], "command": "exit_insert_mode", | |
"context": | |
[ | |
{ "key": "setting.command_mode", "operand": false }, | |
{ "key": "setting.is_widget", "operand": false } | |
] | |
} | |
] |
> sessionInfo() | |
R version 3.2.0 (2015-04-16) | |
Platform: x86_64-pc-linux-gnu (64-bit) | |
Running under: Ubuntu 14.04.2 LTS | |
locale: | |
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C | |
[3] LC_TIME=ja_JP.UTF-8 LC_COLLATE=en_US.UTF-8 | |
[5] LC_MONETARY=ja_JP.UTF-8 LC_MESSAGES=en_US.UTF-8 | |
[7] LC_PAPER=ja_JP.UTF-8 LC_NAME=C |
let g:quickrun_config = {} | |
let g:quickrun_config["markdown/watchdogs_checker"] = { | |
\ "type" : "watchdogs_checker/redpen" | |
\} | |
let g:quickrun_config["watchdogs_checker/redpen"] = { | |
\ "command" : "redpen", | |
\ "exec" : "%c %s:p", | |
\} |