Sorin Ionescu
|
e7c7596f3a
|
Move spectrum above alias
|
13 years ago |
Sorin Ionescu
|
7f7d133678
|
[Fix #4] Add zsh-syntax-highlighting
|
13 years ago |
Colin Hebert
|
1dcf189e5a
|
Use the current Browser, Editor and Pager in aliases
|
13 years ago |
Sorin Ionescu
|
f1bcae7fae
|
Rename completion indicator
|
13 years ago |
Sorin Ionescu
|
6727edd536
|
Rename terminal auto-title zstyle for consistency
|
13 years ago |
Sorin Ionescu
|
4e0fc83ea9
|
[Fix #70] Use official zsh-history-substring-search
|
13 years ago |
Sorin Ionescu
|
391598716b
|
Fix global typesets
Without the '-g' switch, typesets are always declared locally.
|
13 years ago |
Sorin Ionescu
|
9155aea2db
|
Return 1 when GNU Core Utilities are not found
|
13 years ago |
Sorin Ionescu
|
647ac1ac00
|
Return 1 when a file fails to load
|
13 years ago |
Sorin Ionescu
|
37b140d1d3
|
[#64] Remove remnants of the clean git-info style
|
13 years ago |
Colin Hebert
|
dd0083f11a
|
Read the entire history in history-stat
By default history acts like 'fc -l', which only gives the last 16
entries of the history.
|
13 years ago |
Sorin Ionescu
|
25405b226b
|
[Fix #67] Rename git-branch to git-current-branch
There is a name collision in Git versions older than 1.6.0, which
install the git-* commands in $PATH.
|
13 years ago |
Colin Hebert
|
c435dca233
|
Use git-rev-parse to get the git directory path
|
13 years ago |
Sorin Ionescu
|
937f365279
|
Reset key bindings after $keyinfo check
|
13 years ago |
Sorin Ionescu
|
bf27bc1e3b
|
[Fix #49] Check $keyinfo once
Replace all the the $keyinfo checks with a single or all nothing check.
|
13 years ago |
Sorin Ionescu
|
a06f13f036
|
[Fix #64] Remove the clean git-info style
Free up `%C` by using `%(D.clean.dirty:%D)` instead.
|
13 years ago |
Colin Hebert
|
11f3d2c5ae
|
[Fix #40] Use Git porcelain commands
|
13 years ago |
Sorin Ionescu
|
1f00f1db94
|
[Fix #63] Add @ColinHebert to the author list
|
13 years ago |
Colin Hebert
|
4200cbd915
|
[Fix #55] Use a tmux daemon session
|
13 years ago |
Sorin Ionescu
|
8cce8ee65d
|
[#63] Replace $SHLVL with $TMUX
|
13 years ago |
Sorin Ionescu
|
bed2088dd4
|
[#63] Add Mac OS X kernel panic warning
|
13 years ago |
Colin Hebert
|
2b605e39b0
|
Replace $SHLVL with $STY
|
13 years ago |
Sorin Ionescu
|
5177ac3a60
|
[#63] Re-add the tmux plugin
This reverts commit da7c67d1da .
|
13 years ago |
Sorin Ionescu
|
06299a06fb
|
[Fix #61] Replace ^H (backspace) with ^? (del)
|
13 years ago |
Sorin Ionescu
|
da7c67d1da
|
[Fix #62] Remove the tmux plugin
|
13 years ago |
Sorin Ionescu
|
588b52ee94
|
Increment SHLVL before launching tmux
The incrementing of SHLVL is configuration dependent. It is best to
always increment it to prevent infinite loops.
This reverts commit 17a4505a0a .
|
13 years ago |
Sorin Ionescu
|
6a9a4ea8d6
|
[Fix #60] Do not use parentheses in function names
|
13 years ago |
Sorin Ionescu
|
a3b92bb053
|
[Fix #51] Make the vi mode indicator more flexible
|
13 years ago |
Sorin Ionescu
|
854c67ada4
|
Format clean when the Git repository is not dirty
|
13 years ago |
Sorin Ionescu
|
bfb46ff802
|
Differentiate commit from branch
|
13 years ago |
Sorin Ionescu
|
5e5a7803b6
|
Fix a formatting bug introduced in cdb95f8
|
13 years ago |
Sorin Ionescu
|
fe1d2ab77d
|
Fix a spacing bug introduced in cdb95f8
|
13 years ago |
Colin Hebert
|
7d08a49432
|
[Fix #37] Improve Git status parsing
|
13 years ago |
Colin Hebert
|
cdb95f810f
|
[Fix #41] Do not truncate the commit id
|
13 years ago |
Colin Hebert
|
514aaa014b
|
[Fix #42] Count dirty files in Git repositories
|
13 years ago |
Colin Hebert
|
17a4505a0a
|
[Fix #59] Do not increment SHLVL, for tmux will
|
13 years ago |
Sorin Ionescu
|
c508d215e3
|
Shorten expand-or-complete-prefix-with-indicator
|
13 years ago |
Sorin Ionescu
|
e5670c37d8
|
Bind ^P and ^N in the emacs keymap only
|
13 years ago |
Sorin Ionescu
|
390c353f97
|
[Fix #35] Add a comment on enabling mouse scroll
|
13 years ago |
Sorin Ionescu
|
2d0e73c0a7
|
[Fix #54] Disable less' alternate screen
This reverts commit 34a5743789 .
|
13 years ago |
Sorin Ionescu
|
6ada262fed
|
[Fix #56, Fix #58] Remove the SHELL argument
This fixes the tmux launch_msg() error.
|
13 years ago |
Sorin Ionescu
|
6c181ce8dc
|
[Fix #50] Remove duplicate expand dot bindings
|
13 years ago |
Sorin Ionescu
|
12a4117525
|
[#50] Bind to both emacs and vi keymaps
|
13 years ago |
Sorin Ionescu
|
9f8b41aaec
|
[Fix #28] Add a widget to insert sudo
|
13 years ago |
Sorin Ionescu
|
09837b259a
|
[Fix #29] Replace push-line with push-line-or-edit
|
13 years ago |
Sorin Ionescu
|
6c341cfe35
|
[#50] Split widget definition from widget binding
|
13 years ago |
Sorin Ionescu
|
a51cfb43a6
|
[Fix #46] Show vicmd indicator in all keymaps
|
13 years ago |
Sorin Ionescu
|
b4fd92d98a
|
Remove wrong viins keymap in global mappings
|
13 years ago |
Sorin Ionescu
|
9c611ce7e5
|
[Fix #45] Set the terminal erase sequence
|
13 years ago |
Sorin Ionescu
|
03e4cfd3b1
|
Split a few key bindings to fit on screen
|
13 years ago |