aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/ex-mode/keymaps
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2019-03-14 23:19:58 +0100
committerBen Beltran <ben@nsovocal.com>2019-03-14 23:19:58 +0100
commitb009b50e81b6c1d0d691505b5f5c0418f559bfc0 (patch)
tree5fae800e76219eba28634cb236565f9b4bb7a2f7 /atom/packages/ex-mode/keymaps
parent4efcafab7f0aa454f9ebe767133654bc9f44e12c (diff)
Remove Atom config
Diffstat (limited to 'atom/packages/ex-mode/keymaps')
-rw-r--r--atom/packages/ex-mode/keymaps/ex-mode.cson11
1 files changed, 0 insertions, 11 deletions
diff --git a/atom/packages/ex-mode/keymaps/ex-mode.cson b/atom/packages/ex-mode/keymaps/ex-mode.cson
deleted file mode 100644
index 5abddd0..0000000
--- a/atom/packages/ex-mode/keymaps/ex-mode.cson
+++ /dev/null
@@ -1,11 +0,0 @@
-# Keybindings require three things to be fully defined: A selector that is
-# matched against the focused element, the keystroke and the command to
-# execute.
-#
-# Below is a basic keybinding which registers on all platforms by applying to
-# the root workspace element.
-
-# For more detailed documentation see
-# https://atom.io/docs/latest/advanced/keymaps
-'atom-text-editor.vim-mode:not(.insert-mode)':
- ':': 'ex-mode:open'