mirror of
https://github.com/tmux/tmux.git
synced 2026-06-20 17:25:57 +00:00
Hide Swap Marked also since floating panes cannot be swapped yet.
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
" ''" \
|
" ''" \
|
||||||
" '#{?#{&&:#{!:#{pane_floating_flag}},#{>:#{window_panes},1}},Swap Up,}' 'u' {swap-pane -U}" \
|
" '#{?#{&&:#{!:#{pane_floating_flag}},#{>:#{window_panes},1}},Swap Up,}' 'u' {swap-pane -U}" \
|
||||||
" '#{?#{&&:#{!:#{pane_floating_flag}},#{>:#{window_panes},1}},Swap Down,}' 'd' {swap-pane -D}" \
|
" '#{?#{&&:#{!:#{pane_floating_flag}},#{>:#{window_panes},1}},Swap Down,}' 'd' {swap-pane -D}" \
|
||||||
" '#{?pane_marked_set,,-}Swap Marked' 's' {swap-pane}" \
|
" '#{?#{!:#{pane_floating_flag}},#{?pane_marked_set,,-}Swap Marked,}' 's' {swap-pane}" \
|
||||||
" ''" \
|
" ''" \
|
||||||
" 'Kill' 'X' {kill-pane}" \
|
" 'Kill' 'X' {kill-pane}" \
|
||||||
" 'Respawn' 'R' {respawn-pane -k}" \
|
" 'Respawn' 'R' {respawn-pane -k}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user