Skip to content

Commit

Permalink
Merge pull request #39 from timss/typo-obsolte
Browse files Browse the repository at this point in the history
Fix 'obsolte' typo
  • Loading branch information
bruno- authored Sep 5, 2017
2 parents 526110e + bb9a833 commit e91b178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensible.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ main() {

# if C-b is not prefix
if [ $prefix != "C-b" ]; then
# unbind obsolte default binding
# unbind obsolete default binding
if key_binding_not_changed "C-b" "send-prefix"; then
tmux unbind-key C-b
fi
Expand Down

0 comments on commit e91b178

Please sign in to comment.