mirror of
https://github.com/atom/atom.git
synced 2026-02-18 18:34:21 -05:00
Add command to open user keymap in an editor
This commit is contained in:
@@ -42,6 +42,10 @@ class Workspace extends Model
|
||||
openUserStylesheet: ->
|
||||
@open(atom.themes.getUserStylesheetPath())
|
||||
|
||||
# Private: Open ~/.atom/keymap.cson or ~/.atom/keymap.json
|
||||
openUserKeymap: ->
|
||||
@open(atom.keymap.getUserKeymapPath())
|
||||
|
||||
# Public: Asynchronously opens a given a filepath in Atom.
|
||||
#
|
||||
# * filePath: A file path
|
||||
|
||||
Reference in New Issue
Block a user