Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
fix: typo in keymaps fixes #55
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed Feb 8, 2020
1 parent a0a5c74 commit 4e01a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keymaps/terminus.cson
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'cmd-alt-f': 'terminus:focus'
'ctrl-`': 'terminus:toggle'
'ctrl-i': 'terminus:insert-selected-text'
'cmd-shit-i': 'terminus:insert-text'
'cmd-shift-i': 'terminus:insert-text'

'.platform-linux atom-workspace, .platform-win32 atom-workspace':
'alt-shift-t': 'terminus:new'
Expand All @@ -16,7 +16,7 @@
'ctrl-`': 'terminus:toggle'
'ctrl-alt-f': 'terminus:focus'
'ctrl-i': 'terminus:insert-selected-text'
'alt-shit-i': 'terminus:insert-text'
'alt-shift-i': 'terminus:insert-text'

'.platform-darwin .terminus .terminal':
'cmd-c': 'terminus:copy'
Expand Down

0 comments on commit 4e01a2c

Please sign in to comment.