]> git.r.bdr.sh - rbdr/dotfiles/blame - atom/keymap.cson
Remove jslint
[rbdr/dotfiles] / atom / keymap.cson
CommitLineData
24c7594d
BB
1# Your keymap
2#
3# Atom keymaps work similarly to style sheets. Just as style sheets use
4# selectors to apply styles to elements, Atom keymaps use selectors to associate
5# keystrokes with events in specific contexts.
6#
7# You can create a new keybinding in this file by typing "key" and then hitting
8# tab.
9#
10# Here's an example taken from Atom's built-in keymap:
11#
12# 'atom-text-editor':
13# 'enter': 'editor:newline'
14#
15# 'atom-workspace':
16# 'ctrl-shift-p': 'core:move-up'
17# 'ctrl-p': 'core:move-down'
18#
19# You can find more information about keymaps in these guides:
20# * https://atom.io/docs/latest/using-atom-basic-customization#customizing-key-bindings
21# * https://atom.io/docs/latest/behind-atom-keymaps-in-depth
22#
23# This file uses CoffeeScript Object Notation (CSON).
24# If you are unfamiliar with CSON, you can read more about it here:
25# https://github.com/bevry/cson#what-is-cson