mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
Rename atom.keymap to atom.keymaps
This commit is contained in:
@@ -33,7 +33,7 @@ class Workspace extends Model
|
||||
when 'atom://.atom/stylesheet'
|
||||
@open(atom.themes.getUserStylesheetPath())
|
||||
when 'atom://.atom/keymap'
|
||||
@open(atom.keymap.getUserKeymapPath())
|
||||
@open(atom.keymaps.getUserKeymapPath())
|
||||
when 'atom://.atom/config'
|
||||
@open(atom.config.getUserConfigPath())
|
||||
when 'atom://.atom/init-script'
|
||||
|
||||
Reference in New Issue
Block a user