Skip to content

Commit

Permalink
Merge pull request #23 from creasty/creasty/kitty
Browse files Browse the repository at this point in the history
Add kitty
  • Loading branch information
creasty authored Sep 25, 2020
2 parents f0a6d92 + 08b66d8 commit 0587cd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keyboard/Handlers/EmacsHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ private let escapeKeyDisabledApps: Set<String> = [
"co.zeit.hyperterm",
"co.zeit.hyper",
"io.alacritty",
"net.kovidgoyal.kitty",
]

private let advancedCursorKeysDisabledApps: Set<String> = [
Expand Down Expand Up @@ -50,6 +51,7 @@ private let allCursorKeysDisabledApps: Set<String> = [
"co.zeit.hyperterm",
"co.zeit.hyper",
"io.alacritty",
"net.kovidgoyal.kitty",

// vi
"org.vim.MacVim",
Expand Down

0 comments on commit 0587cd7

Please sign in to comment.