diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 340c430..01e034f 100644 --- a/config.def.h +++ b/config.def.h @@ -525,4 +525,4 @@ static char ascii_printable[] = * plumb_cmd is run on mouse button 3 click, with first NULL set to * current selection and with cwd set to the cwd of the active shell */ -static char *plumb_cmd[] = {"plumb", "-m", NULL, NULL}; +static char *plumb_cmd[] = {"plumb", NULL, NULL}; |