| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
@nfnty: please document your settings in the man page too next time ;)
|
|
|
|
| |
@Klinkenstecker: please document your settings in the man page next time ;)
|
|
|
|
|
| |
@kattrali: please add a distinct entry in the man page for every setting
you add
|
|
|
|
| |
@hut: please document your settings in the man page too next time ;)
|
|
|
|
| |
@jgreco: please document your settings in the man page too next time ;)
|
|
|
|
| |
@randynobx: please document your settings in the man page too next time ;)
|
| |
|
| |
|
|
|
|
|
|
| |
"Fuzzy" is the more applicable term here. "Smart" is often associated
with case sensitivity. So it would avoid confusion between
`set cd_tab_case smart` and `set cd_tab_smart true`.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`VISUAL` is often misused to mean desktop GUI editor it's actual purpose
was to distinguish editors like `vi` (which is short for visual) from
editors like `ed` (which was probably short for editor), `EDITOR` is
actually intended to point to one of the latter.
Rifle still defaults to `vim` if both variables are undefined, even
with an old `rifle.conf` after trying to fall back on `EDITOR`.
For some better information on this see,
https://unix.stackexchange.com/a/334022
|
|
|
|
| |
Fixes #1035
|
|
|
| |
Prioritise chromium as I think most Linux users would prefer that as default over google-chrome.
|
|
|
|
| |
Added `has google-chrome` and `has chromium-browser` then adjusted the spacing to adjust for new longer `has chromium-browser` line.
This allows Ubuntu users to open in google-chrome and chromium-browser packages.
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
A stringified list, as before, cannot be used in the :set command.
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Add two config options "iterm2_font_width" and "iterm2_font_height" that
override the default values of _minimum_font_width and
_minimum_font_height in ITerm2ImageDisplayer. The default values may
cause preview distortion if set too high (Issue #499) or result in the
preview being smaller than necessary if set too low.
|
| | |
|
|\ \ |
|
| | | |
|
|\ \ \ |
|
| |\ \ \ |
|
| | | | | |
|
|\ \ \ \ \ |
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix regression introduce by commit
433a44f9bdbd8d01254559815b5dc349d44e46f8
|
|\ \ \ \ \ \ \ |
|
| |\ \ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | | |
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix bug with incorrect cursor movement in console mode for
text length greater than terminal width
|
|\ \ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Use "chg", a faster client to mercurial shipped with mercurial itself. This fixes the unrecoverable hang I get when entering a folder with many hg repos.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
scope.sh: Add the image-based PDF previews (disabled by default)
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
By default they are rendered for the FullHD resolution as it should be
both legible on any resolution and generate not too large files.
The order of handing the previews was changed to handle the
image-based previews first as they are easy to toggle anyway and it
makes sense for them to override any other preview type if enabled and
available.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Fix the "inconsistent-return-statements" Pylint warning
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
I'm not sure if the suggested solution is portable between Python 2
and 3, so I'm disabling it for now.
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Somehow "too-many-locals" was not failing before, probably because
Pylint got updated.
The list of Pylint exceptions made the line too long for Flake8 so
this check was disabled too for this line.
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Some of the changes definitely could have been done better with some
refactoring instead of adding a "return" or two. Patches welcome!
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Both work for Python just as well but the former causes GNU Emacs to
freak out.
|