getting karabiner to work with Poker 2 again, tmux mouse support, vimrc syntax stuff.

This commit is contained in:
2017-11-07 18:18:27 -05:00
parent d1372f0118
commit 307dabe306
3 changed files with 24 additions and 5 deletions

View File

@@ -14,6 +14,24 @@
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^org\\.gnu\\.Emacs$",
"^com\\.apple\\.Terminal$",
"^org\\.vim\\.",
"^com\\.vmware\\.fusion$",
"^com\\.googlecode\\.iterm2$",
"^co\\.zeit\\.hyperterm$",
"^co\\.zeit\\.hyper$",
"^com\\.microsoft\\.VSCode$",
"^org\\.x\\.X11$",
"^com\\.apple\\.x11$",
"^org\\.macosforge\\.xquartz\\.X11$"
],
"type": "frontmost_application_unless"
}
],
"description": "^w should delete a word backwards",
"from": {
"key_code": "comma",