Commit graph

32 commits

Author SHA1 Message Date
Chauncey Garrett
0756ac5464 Merge branch 'master' of https://github.com/sorin-ionescu/prezto
* 'master' of https://github.com/sorin-ionescu/prezto: (63 commits)
  Support $PYTHONUSERBASE per PEP 370
  Create a default tmux session only when none defined in tmux.conf
  Fix git-info added/deleted count formatting typo
  [Fix #543] Do not set tmux destroy-unattached
  Simplify multiplexer auto-start tests
  Inform the user to load ruby as late as possible when using RVM
  [Fix #551] Rename tmux auto-start session
  Fix a test operator bug introduced in e5a0e33
  [Fix #541] Do not auto-load screen/tmux inside of Emacs/Vim
  Disable glob for bower
  Prefix rarely used osx functions
  Add functions to display and delete osx download history
  Update osx alias descriptions
  Make osx functions autoloadable
  Cast AppleScript paths to text
  Add capability to browse man pages in Dash.app
  Remove Bwana.app support
  Add double slash after Bwana.app's man protocol
  [Fix #361] Load chruby when found
  [Fix #535] Set Pacman frontend to 'pacman' when none set
  ...
2014-04-14 13:47:12 -05:00
Sorin Ionescu
e1974ad58d [Fix #516] Define ZLE functions separately 2014-01-09 19:58:14 -05:00
Chauncey Garrett
f7fc26713f Merge remote-tracking branch 'upstream/master'
* upstream/master:
  Simplify a conditional
  Remove duplicate alias definitions
  Add utility aliases for Cygwin
  Replace pythonz with pyenv
  Update external syntax-highlighting
  Update external history-substring-search
  Update external completions
  Clarify customization instructions
  Move from Carton to Cask
  Increase control over multiplexer auto-start
  [Fix #459] Correct typos in the dpkg module
  [Fix #452] Squash bugs introduced in fcab2a1
  [Fix #411] Add Homebrew module
  [Fix #434] Correct ambiguity in the use of the term keymap
2013-08-26 00:13:59 -05:00
Chauncey Garrett
fd72479bd5 Improved the prompt
- rearranged for better readability
- bolder angle brackets
- precise 24 hr time format option
- option to keep the clock updated (commented out because it messes with
  tab completions)
- ruby-info is clearer
- now makes use of $SHLVL
- improved executions trace prompt

[ticket: X]
2013-06-21 00:47:05 -05:00
Chauncey Garrett
b06a5de4dd Added more specific editor values for the prompt
[ticket: X]
2013-06-18 14:30:32 -05:00
Sorin Ionescu
875ce2e56c [Fix #434] Correct ambiguity in the use of the term keymap 2013-05-27 17:23:53 -04:00
Sorin Ionescu
973278140e [Fix #103] Add documentation for editor 2013-05-18 17:05:44 -04:00
Sorin Ionescu
b42479a7c7 Set WORDCHARS in the editor module 2013-04-25 19:05:07 -04:00
Sorin Ionescu
f4d9b32de9 [Fix #351] Set empty keys to an invalid UTF-8 sequence 2013-01-29 14:13:14 -05:00
Sorin Ionescu
a120602dfa [Fix #338] Remove vi jk and kj bindings 2012-12-20 19:02:16 -05:00
Sorin Ionescu
1788d73cd8 [Fix #263, Fix #314] Ensure application mode is valid before use 2012-10-17 18:15:27 -04:00
Sorin Ionescu
52db7bb0f6 [#263, #314] Undo revert of "Ensure that $terminfo values are valid"
This reverts commit ed4e9af9c4.
2012-10-17 18:15:21 -04:00
Sorin Ionescu
141a1ba947 Rename editor-info zstyle patterns 2012-10-02 12:47:20 -04:00
Sorin Ionescu
4711d6ba66 Load external editor support after $key_info definition 2012-09-25 17:31:46 -04:00
Sorin Ionescu
b1b5af23b6 Check for empty values in $key_info properly 2012-09-25 17:27:16 -04:00
Sorin Ionescu
ed4e9af9c4 [Fix #263] Revert "Ensure that $terminfo values are valid"
The VT100 terminal application mode is an old relic that is no longer
needed.

This reverts commit a5f8d04d34.
2012-09-07 22:35:05 -04:00
Sorin Ionescu
ac04921afa Clarify info functions descriptions 2012-09-06 23:17:38 -04:00
Sorin Ionescu
cc7e43b242 [Fix #253] Move Prezto settings into their own file 2012-09-03 16:52:47 -04:00
Sorin Ionescu
fb9a20591f [Fix #197] Rebrand as Prezto
Conflicts:
	README.md
	runcoms/zshenv
2012-09-03 16:51:27 -04:00
Sorin Ionescu
a5f8d04d34 Ensure that $terminfo values are valid 2012-08-04 15:26:13 -04:00
Sorin Ionescu
28a20b48e6 Wrap editor module documentation at 80 characters 2012-08-04 14:52:17 -04:00
Sorin Ionescu
9a52ecb21b Increase heading readability 2012-08-04 14:48:32 -04:00
Sorin Ionescu
060d9064f8 [Fix #202] Load modules all or nothing 2012-08-04 14:32:59 -04:00
Adrià Casajús
9b9a4aa9b3 Use expand-or-complete for shell expansion
Fix current word completion as described in:
http://www.zsh.org/mla/users/2003/msg00610.html.
2012-05-05 22:08:02 -04:00
Sorin Ionescu
4bab24c0e6 [#127] Add an indicator for overwrite mode 2012-04-11 17:57:13 -04:00
Sorin Ionescu
64da1ed627 Rename $editor_keymap_info to $editor_info[keymap] 2012-04-10 10:27:56 -04:00
Sorin Ionescu
9e6df0511e Rename $keyinfo to $key_info for consistency 2012-04-09 18:47:09 -04:00
Sorin Ionescu
1691d44fcc Add usage information for editor 2012-04-09 18:04:05 -04:00
Sorin Ionescu
dc7c51434a Simplify a few for loops 2012-04-09 17:45:32 -04:00
Sorin Ionescu
a7db355e26 Simplify a few unsets 2012-04-09 17:45:32 -04:00
Sorin Ionescu
d5a94dda74 [#23] Rename keymap indicator zstyles 2012-04-08 15:07:13 -04:00
Sorin Ionescu
1330e6e792 [#23] Convert editor into a module 2012-04-05 13:39:42 -04:00