Skip to content

Commit

Permalink
more changing tabs with cmd-opt-arrow
Browse files Browse the repository at this point in the history
Now with Yosemite, there's a new set of next/previous tab menu choices.
At least in Terminal, that is.
  • Loading branch information
ymendel committed Nov 24, 2014
1 parent 0063f29 commit 9972294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osx/input.defaults
Expand Up @@ -25,6 +25,8 @@ defaults write NSGlobalDomain com.apple.keyboard.fnState -bool true
###### and setting new shortcuts there will overwrite these
# all applications
# change tabs with cmd-opt-arrow
defaults write NSGlobalDomain NSUserKeyEquivalents -dict-add "Show Next Tab" "@~\U2192"
defaults write NSGlobalDomain NSUserKeyEquivalents -dict-add "Show Previous Tab" "@~\U2190"
defaults write NSGlobalDomain NSUserKeyEquivalents -dict-add "Select Next Tab" "@~\U2192"
defaults write NSGlobalDomain NSUserKeyEquivalents -dict-add "Select Previous Tab" "@~\U2190"
defaults write NSGlobalDomain NSUserKeyEquivalents -dict-add "Next Tab" "@~\U2192"
Expand Down

0 comments on commit 9972294

Please sign in to comment.