tmux commentary

This commit is contained in:
thek4n 2025-05-15 15:37:37 +03:00
parent 1d2563a49e
commit 58c3b7db28

View File

@ -25,14 +25,15 @@ bind F12 send-keys F12
# View current pane in editor
bind-key y {
bind y {
capture-pane -J
save-buffer /tmp/tmux-buffer
delete-buffer
display-popup -E -w 90% -h 80% "nvim /tmp/tmux-buffer"
}
bind-key Y {
# View current buffer in editor
bind Y {
capture-pane -J -S - -E -
save-buffer /tmp/tmux-buffer
delete-buffer