We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0db4f commit f83ee7dCopy full SHA for f83ee7d
dotfiles/tmux/.tmux.conf
@@ -52,7 +52,6 @@ set -g detach-on-destroy off
52
unbind %
53
bind v split-window -h
54
bind V split-window -v
55
-bind t run-shell -b "dev tmux right-split toggle"
56
57
# Pane traversal (vim-style)
58
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
107
106
# Show keybindings in fzf popup
108
bind-key ? display-popup -E -w 80% -h 80% "tmux list-keys -Na | fzf --reverse"
109
110
-# Quick ticket add
111
-unbind t
112
-bind t display-popup -E -w 60% -h 5 "todo quick-add"
113
-
114
# Ticket manager TUI
115
-bind T display-popup -E -w 80% -h 80% "todo tui"
+unbind t
+bind t display-popup -E -w 80% -h 80% "todo tui"
116
117
118
0 commit comments