Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
178
Issues
178
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
a511d5a8
Commit
a511d5a8
authored
Apr 15, 2014
by
mathieui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the create_gaps option
and sets the default value to false, to keep coherent with the code.
parent
a7842161
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
data/default_config.cfg
data/default_config.cfg
+1
-1
doc/source/configuration.rst
doc/source/configuration.rst
+8
-0
No files found.
data/default_config.cfg
View file @
a511d5a8
...
...
@@ -342,7 +342,7 @@ theme =
# Whether to create gaps when moving or closing a tab
# (a gap means that the number of your tabs does not depend of the previous tabs
# but only of the creation order)
create_gaps =
tru
e
create_gaps =
fals
e
# If true, a vertical list of tabs, with their name, is displayed on the left of
# the screen.
...
...
doc/source/configuration.rst
View file @
a511d5a8
...
...
@@ -664,6 +664,14 @@ or the way messages are displayed.
Whether or not to display a timestamp before each message.
create_gaps
**Default:** ``false``
Create gaps when moving a tab or closing it. Enabling this option
will help you keep the tabs at the same place during the execution of
poezio. (gaps are not created when the closed tab is the last one)
popup_time
**Default value:** ``4``
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment