Skip to content

Commit

Permalink
[config] Set filebrowser as default completer.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Jun 27, 2024
1 parent 75ae2a4 commit 3b0f2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ Settings config = {
/** workaround for broken xserver (#300 on xserver, #611) */
.xserver_i300_workaround = FALSE,
/** What browser to use for completion */
.completer_mode = "recursivebrowser",
.completer_mode = "filebrowser",
};

0 comments on commit 3b0f2b4

Please sign in to comment.