Skip to content

Commit

Permalink
Move editor:transpose to darwin keymap
Browse files Browse the repository at this point in the history
ctrl-t should be the fuzzy finder on linux.
  • Loading branch information
kevinsawicki committed Apr 2, 2014
1 parent 4bccb81 commit 9c6a3c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions keymaps/base.cson
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
'shift-home': 'editor:select-to-first-character-of-line'
'shift-end': 'editor:select-to-end-of-line'

# Sublime Parity
'ctrl-t': 'editor:transpose'

'.editor:not(.mini)':
# Atom Specific
'ctrl-C': 'editor:copy-path'
Expand Down
1 change: 1 addition & 0 deletions keymaps/darwin.cson
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
'cmd-k cmd-u': 'editor:upper-case'
'cmd-k cmd-l': 'editor:lower-case'
'cmd-l': 'editor:select-line'
'ctrl-t': 'editor:transpose'

'.workspace .editor:not(.mini)':
# Atom specific
Expand Down

0 comments on commit 9c6a3c3

Please sign in to comment.