Skip to content

Commit f83ee7d

Browse files
committed
tmux: rebind todo TUI from prefix T to prefix t
1 parent 3d0db4f commit f83ee7d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

dotfiles/tmux/.tmux.conf

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ set -g detach-on-destroy off
5252
unbind %
5353
bind v split-window -h
5454
bind V split-window -v
55-
bind t run-shell -b "dev tmux right-split toggle"
5655

5756
# Pane traversal (vim-style)
5857
bind h select-pane -L
@@ -107,12 +106,9 @@ bind-key C run-shell -b 'tmux send-keys -l "commit" && sleep 0.05 && tmux send-k
107106
# Show keybindings in fzf popup
108107
bind-key ? display-popup -E -w 80% -h 80% "tmux list-keys -Na | fzf --reverse"
109108

110-
# Quick ticket add
111-
unbind t
112-
bind t display-popup -E -w 60% -h 5 "todo quick-add"
113-
114109
# Ticket manager TUI
115-
bind T display-popup -E -w 80% -h 80% "todo tui"
110+
unbind t
111+
bind t display-popup -E -w 80% -h 80% "todo tui"
116112

117113

118114

0 commit comments

Comments
 (0)