Skip to content

Instantly share code, notes, and snippets.

@theo-l
Created March 11, 2016 16:46
Show Gist options
  • Save theo-l/18446bc757dbb7d320c8 to your computer and use it in GitHub Desktop.
Save theo-l/18446bc757dbb7d320c8 to your computer and use it in GitHub Desktop.

Revisions

  1. theo-l created this gist Mar 11, 2016.
    10 changes: 10 additions & 0 deletions kepmap.cson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    'atom-text-editor:not([mini])':
    'tab': 'custom:jump-over-symbol'

    'atom-text-editor.vim-mode:not(.insert-mode)':
    ', b': 'vim-mode:move-to-beginning-of-line'
    ', e': 'vim-mode:move-to-last-character-of-line'

    'body':
    'ctrl-l': 'pane:show-next-item'
    'ctrl-h': 'pane:show-previous-item'