tmux commentary
This commit is contained in:
parent
1d2563a49e
commit
58c3b7db28
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user