summaryrefslogtreecommitdiff
path: root/tmuxsh/_tmux_clipboard_delete,--.delete.current.clipboard
diff options
context:
space:
mode:
Diffstat (limited to 'tmuxsh/_tmux_clipboard_delete,--.delete.current.clipboard')
-rwxr-xr-xtmuxsh/_tmux_clipboard_delete,--.delete.current.clipboard5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmuxsh/_tmux_clipboard_delete,--.delete.current.clipboard b/tmuxsh/_tmux_clipboard_delete,--.delete.current.clipboard
new file mode 100755
index 0000000..d2d123b
--- /dev/null
+++ b/tmuxsh/_tmux_clipboard_delete,--.delete.current.clipboard
@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+tmux delete-buffer
+tmux display-message "deleted current tmux clipboard from history"
+
+