Skip to content

Commit

Permalink
Merge pull request #27 from creasty/creasty/apps
Browse files Browse the repository at this point in the history
Add goneovim and vimr
  • Loading branch information
creasty authored Dec 20, 2020
2 parents a9eca24 + e728a66 commit 75dfa78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keyboard/Handlers/EmacsHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ private let escapeKeyDisabledApps: Set<String> = [
"co.zeit.hyper",
"io.alacritty",
"net.kovidgoyal.kitty",
"com.ident.goneovim",
"com.qvacua.VimR",
]

private let advancedCursorKeysDisabledApps: Set<String> = [
Expand Down Expand Up @@ -55,6 +57,8 @@ private let allCursorKeysDisabledApps: Set<String> = [

// vi
"org.vim.MacVim",
"com.ident.goneovim",
"com.qvacua.VimR",

// virtualmachine
"com.vmware.fusion",
Expand Down

0 comments on commit 75dfa78

Please sign in to comment.