mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 02:27:58 +01:00
remove 't' from default 'complete' in preparation for 2.2. We have yet to decide whether we even want to this functionality in :open or maybe just add a super smart :goto)
This commit is contained in:
@@ -34,7 +34,7 @@ const config = { //{{{
|
||||
/*** optional options, there are checked for existence and a fallback provided ***/
|
||||
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "sanitizer", "session", "tabs", "tabs_undo", "windows"],
|
||||
defaults: {
|
||||
complete: "stlf",
|
||||
complete: "slf",
|
||||
guioptions: "rb",
|
||||
showtabline: 2,
|
||||
titlestring: "Vimperator"
|
||||
|
||||
Reference in New Issue
Block a user