Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
charlietag committed Nov 22, 2019
1 parent 311767a commit 9637a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ split_bind_key() {

# Define bind key for status left right toggle
local bind_key_hide="$(tmux show-option -gqv "@split-status-hide-bindkey")"
[[ -z "${bind_key_hide}" ]] && bind_key="M-d"
tmux bind-key ${bind_key} run-shell '~/.tmux/plugins/tmux-split-statusbar/tmux-split-statusbar.tmux hide'
[[ -z "${bind_key_hide}" ]] && bind_key_hide="M-d"
tmux bind-key ${bind_key_hide} run-shell '~/.tmux/plugins/tmux-split-statusbar/tmux-split-statusbar.tmux hide'
}

# --------------------- Initialize ---------------------
Expand Down

0 comments on commit 9637a65

Please sign in to comment.