Skip to content

Instantly share code, notes, and snippets.

View andrewjong's full-sized avatar
🔥
Developing wildfire technology

Andrew Jong andrewjong

🔥
Developing wildfire technology
View GitHub Profile
@andrewjong
andrewjong / atom-sane-tab-switching.cson
Last active December 31, 2016 06:34 — forked from thunsaker/atom-sane-tab-switching.cson
Atom - Sane Tab Switching
# Add the following to your keymap.cson file for traditional LTR style tab-switching instead of Atom's default MRU style.
#
# Get to keymap.cson through Settings -> Keybindings or ~/.atom/keymap.cson (on Mac)
'body':
'ctrl-tab ^ctrl': 'unset!'
'ctrl-tab': 'pane:show-next-item'
'ctrl-shift-tab ^ctrl': 'unset!'
'ctrl-shift-tab': 'pane:show-previous-item'