Commit graph

39 commits

Author SHA1 Message Date
Raphael Gaschignard
72d31eea25 Add documentation on variable 2016-08-24 22:56:48 +09:00
Anthony Scopatz
50d8f0c5bd interim add 2016-05-11 00:42:36 -04:00
Anthony Scopatz
2f925aa3f1 autogen config var docs 2016-01-06 01:55:40 -08:00
Anthony Scopatz
15373dd51f 3 -> 5 2015-12-31 21:42:12 -08:00
Anthony Scopatz
ba99d2a2ee added $COMPLETIONS_MENU_ROWS 2015-12-30 18:40:58 -08:00
Anthony Scopatz
60dcb06ef5 minor doc fix 2015-12-30 11:08:44 -08:00
adam j hartz
df33b6578e document new env var 2015-12-19 17:11:59 -05:00
Anthony Scopatz
a9c606b825 random shell type 2015-12-01 11:38:07 -05:00
Anthony Scopatz
881e84acb2 Merge branch 'pt_colors' of https://github.com/adqm/xonsh into adqm-pt_colors 2015-11-29 20:35:53 -05:00
Travis Shirk
5cda563f58 Fixes based on scopatz' feedback. 2015-11-29 16:50:20 -07:00
adam j hartz
bd0d391b6e document PROMPT_TOOLKIT_COLORS 2015-11-29 15:42:34 -05:00
Travis Shirk
4929c329a2 Updated docs 2015-11-28 16:33:27 -07:00
Travis Shirk
5855567d77 Add support for $HISTCONTROL ignoredups and ignoreerr options. 2015-11-26 19:17:03 -07:00
Benjamin Pollack
533a7e915f Add support for -i and -l options
Support for the login option is very minimal, but the `XONSH_LOGIN`
variable is set in this case so that scripts may take an appropriate
action.

Fixes #517
2015-11-21 18:26:34 -05:00
Anthony Scopatz
ca5974ba26 Merge branch 'ptwin' 2015-11-15 22:27:34 -05:00
Anthony Scopatz
6c4b8937e5 Merge pull request #495 from gforsyth/vi_mode_config
allow user to enable vi_mode in prompt_toolkit
2015-11-15 10:27:07 -05:00
Anthony Scopatz
692572a1d6 prompt toolkit windows changes 2015-11-15 09:35:57 -05:00
Travis Shirk
925c65c995 Added IGNOREEOF env variable to disable CTRL-D shell exit. 2015-11-13 21:50:50 -07:00
Gil Forsyth
8adab63723 allow user to enable vi_mode in prompt_toolkit
This adds the envvar `VI_MODE`, (default `False`).  If it is set to `True`,
either in a `.xonshrc` or dynamically, then the prompt is switched to
`vi_mode`.

`vi_mode` defaults to an `--insert--` environment, then user can hit ESC
to enter command mode, etc...
2015-11-12 16:15:32 -05:00
Anthony Scopatz
4c4eb2d705 Merge branch 'master' of https://github.com/gforsyth/xonsh into gforsyth-master 2015-11-03 18:29:27 -05:00
Gil Forsyth
6ed178446e add AUTO_CD to envvars docs 2015-11-03 15:23:25 -05:00
mdraw
c4f63ab841 Improve formatting of recent entries in envvars.rst 2015-11-02 17:13:32 +01:00
mdraw
d8252dadf6 Make prompt_toolkit Python completions configurable
Completions provided by prompt_toolkit are now configurable
by setting $COMPLETIONS_DISPLAY.
Changing it at runtime will take immediate effect, so you can quickly
disable and enable completions during shell sessions.

Possible values for $COMPLETIONS_DISPLAY are:
- 'none' for no completions,
- 'single' for single-column completions,
- 'multi' for multi-column completions (default).
2015-11-02 16:46:07 +01:00
Anthony Scopatz
97ed7d25a1 added docs 2015-10-31 14:38:12 -04:00
mdraw
9eb0629ae6 Make AUTO_SUGGEST and MOUSE_SUPPORT runtime-configurable
... and resolve the merge conflict
2015-10-26 21:56:09 +01:00
Gil Forsyth
096ec71e93 update documentation with Arch specific info 2015-10-26 15:11:51 -04:00
Gil Forsyth
c125785b84 fix envvars description of XONSHRC
default value is a tuple of the paths with the system-wide file defined
first, then the user config file
2015-10-26 11:18:54 -04:00
mdraw
f05c39a572 Make prompt_toolkit's auto_suggest optional
Introducing the new AUTO_SUGGEST environment variable for this,
which can either be True or False. Default is True.

In addition, make mouse_support a class variable of PromptToolkitShell
for consistency's sake.
2015-10-26 00:15:59 +01:00
Gil Forsyth
c9136c23b0 update docs description of XONSHRC 2015-10-21 17:17:05 -04:00
Anthony Scopatz
c2cd870bb6 Some minor cleanup 2015-10-19 19:59:29 -04:00
mdraw
3961310418 Made prompt_toolkit's mouse_support optional
Introducing a new environment variable MOUSE_SUPPORT for this,
which can either be True or False. Default is False.
2015-10-18 21:09:51 +02:00
Anthony Scopatz
30ea4a557f some doc fixes. 2015-10-12 00:45:03 -04:00
Anthony Scopatz
6d2fecb3a1 defaults and docs 2015-10-11 14:23:30 -04:00
Anthony Scopatz
a13773d237 have environment hookups 2015-10-10 22:34:30 -04:00
Anthony Scopatz
f5f7dba02c many updates 2015-10-10 16:45:02 -04:00
Anthony Scopatz
ad0b084f2b base shell updates 2015-10-10 15:59:51 -04:00
Anthony Scopatz
faea423d3b some updates 2015-10-10 15:53:38 -04:00
Anthony Scopatz
67bdf05b14 some doc rearrangements 2015-10-10 15:35:54 -04:00
Anthony Scopatz
f326335423 moved environment variables to their own page 2015-08-29 16:35:46 -04:00