diff options
| author | Mike Vink <mike@pionative.com> | 2024-10-13 02:09:58 +0200 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-10-13 02:09:58 +0200 |
| commit | 3a2051096cadcef43782c9cb4597eb0e2f353665 (patch) | |
| tree | a5e377ad3c24e407e3d3b3d04dd6fb61e6eec751 /mut | |
| parent | d5d25f1fbb4d44cc7816c47363b1c24414fc1549 (diff) | |
delete a file
Diffstat (limited to 'mut')
| -rwxr-xr-x | mut/bin/nvim-server-or-client | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mut/bin/nvim-server-or-client b/mut/bin/nvim-server-or-client deleted file mode 100755 index 01d79eb..0000000 --- a/mut/bin/nvim-server-or-client +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -if ! tmux has-session -t nvim -then - tmux new -s nvim -- $SHELL \; send nvim C-m -fi -tmux attach -t nvim |
