'atom-text-editor[mini], atom-text-editor, atom-workspace':
# Emacs
'ctrl-c g t l': 'go-to-line:toggle'
'ctrl-w': 'core:cut'
'ctrl-y': 'core:paste'
'ctrl-e': 'editor:move-to-end-of-line'
'ctrl-c e e': 'emmet:expand-abbreviation'
'ctrl-c e i': 'emmet:interactive-expand-abbreviation'
'ctrl-g': 'tool-panel:unfocus,tool-panel:unfocus,editor:consolidate-selections,core:cancel,autocomplete-plus:cancel,tree-view:unfocus'
'ctrl-alt-x': 'command-palette:toggle'
# 'ctrl-alt-m': 'editor:move-to-first-character-of-line'
# 'alt-m': 'editor:move-to-first-character-of-line'
# 'alt-˛': 'editor:move-to-first-character-of-line'
# 'ctrl-c t o d o': 'todo:toggle'
'ctrl-alt-a': 'editor:move-to-beginning-of-previous-paragraph'
'ctrl-alt-e': 'editor:move-to-beginning-of-next-paragraph'
'meta-e': 'editor:move-to-beginning-of-next-paragraph'
'ctrl-shift-b': 'core:select-left'
'alt-b': 'editor:move-to-beginning-of-word'
'ctrl-h ctrl-m': 'tree-view:toggle'
# 'alt-˘': 'editor:move-to-beginning-of-word'
# 'alt-f': 'editor:move-to-end-of-word'
# 'ctrl-alt-j': 'editor:newline'
# 'alt-x': 'command-palette:toggle'
# 'ctrl-x-b': 'fuzzy-finder:toggle-buffer-finder'
# Advanced Open File
'ctrl-x ctrl-n': 'advanced-open-file:toggle'
'ctrl-x ctrl-b': 'fuzzy-finder:toggle-buffer-finder'
'ctrl-x ctrl-f': 'fuzzy-finder:toggle-file-finder'
'.tree-view-dialog atom-text-editor[mini]':
'ctrl-g': 'core:cancel'
Atom keymap configuration
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.