From 3579e90a5b14790bb4c32f4d65df53b9470102aa Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 26 May 2019 02:37:41 -0700 Subject: Made some fixes after testing on linux, changed +mark syntax to use '=' instead of ';' --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 722c6c7..e8b1561 100644 --- a/config.def.h +++ b/config.def.h @@ -28,7 +28,7 @@ dots[:yes|:no] Toggle whether dotfiles are visible goto: Move the cursor to (changing directory if needed) jump: Jump to the mark associated with - mark:[;] Associate with (or current dir, if blank) + mark:[=] Associate with (or current dir, if blank) move: Move the cursor a numeric amount quit Quit bb refresh Refresh the file listing @@ -74,8 +74,8 @@ const char *startupcmds[] = { // User-defined startup commands can go here ////////////////////////////////////////////// // Set some default marks: - "+mark:0", "+mark:~;~", "+mark:h;~", "+mark:/;/", "+mark:c;~/.config", - "+mark:l;~/.local", + "+mark:0", "+mark:~=~", "+mark:h=~", "+mark:/=/", "+mark:c=~/.config", + "+mark:l=~/.local", // Default column and sorting options: "+columns:smpn", "+sort:n", NULL, // NULL-terminated array -- cgit v1.2.3