Sorin Ionescu
|
4bab24c0e6
|
[#127] Add an indicator for overwrite mode
|
13 years ago |
Sorin Ionescu
|
64da1ed627
|
Rename $editor_keymap_info to $editor_info[keymap]
|
13 years ago |
Sorin Ionescu
|
9e6df0511e
|
Rename $keyinfo to $key_info for consistency
|
13 years ago |
Sorin Ionescu
|
1691d44fcc
|
Add usage information for editor
|
13 years ago |
Sorin Ionescu
|
dc7c51434a
|
Simplify a few for loops
|
13 years ago |
Sorin Ionescu
|
a7db355e26
|
Simplify a few unsets
|
13 years ago |
Sorin Ionescu
|
d5a94dda74
|
[#23] Rename keymap indicator zstyles
|
13 years ago |
Sorin Ionescu
|
1330e6e792
|
[#23] Convert editor into a module
|
13 years ago |
Sorin Ionescu
|
9fc437439b
|
Rename keyboard to editor
It is not the keyboard that is being set up but the Zsh Line Editor
(ZLE).
|
13 years ago |
Sorin Ionescu
|
3119337400
|
Remove the vi beginning/end-of-history bindings
The bindings do not work as expected, and begging-of-history is pretty
useless.
|
13 years ago |
Sorin Ionescu
|
f3a1c638d3
|
Remove the vi what-cursor-position binding
|
13 years ago |
Sorin Ionescu
|
ec3738c8d5
|
[Fix #75] Bind history-substring-search in itself
|
13 years ago |
Sorin Ionescu
|
1b32cf7bba
|
Remove unnecessary key bindings
|
13 years ago |
Sorin Ionescu
|
f1bcae7fae
|
Rename completion indicator
|
13 years ago |
Sorin Ionescu
|
391598716b
|
Fix global typesets
Without the '-g' switch, typesets are always declared locally.
|
13 years ago |
Sorin Ionescu
|
647ac1ac00
|
Return 1 when a file fails to load
|
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
|
06299a06fb
|
[Fix #61] Replace ^H (backspace) with ^? (del)
|
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
|
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
|
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 |
Sorin Ionescu
|
541f05eb67
|
Transpose search previous character, match bracket
|
13 years ago |
Sorin Ionescu
|
f5a976637e
|
Fix Emacs backward-kill-line binding
|
13 years ago |
Sorin Ionescu
|
64d0e35ca4
|
Remove already defined key bindings
|
13 years ago |
Sorin Ionescu
|
ef452a8b56
|
Remove Emacs key bindings in vi insert mode, #50
Those who want Emacs key bindings in vi insert mode can just use the
Emacs layout and press ^X^V to enter vi command mode.
|
13 years ago |
Sorin Ionescu
|
d525683f58
|
Bind lower and upper case where needed; close #48
|
13 years ago |
Sorin Ionescu
|
75176573c5
|
Use the same casing as bindkey -L, close #47
|
13 years ago |
Sorin Ionescu
|
b96bbca51c
|
Added or edited file headers.
|
13 years ago |
Sorin Ionescu
|
6c17340c59
|
Save line length by combining enhanced brackets.
|
13 years ago |
Sorin Ionescu
|
2594270fdf
|
Fixed the default keymap selection.
|
13 years ago |
Sorin Ionescu
|
9ad18fe7a7
|
Bind to the emacs keymap, not main.
|
13 years ago |
Sorin Ionescu
|
ad731e4830
|
Use the emacs keymap by default.
Since keymaps emacs and viins are aliases to main, it is not necessary
to define emacs keys twice.
|
13 years ago |
Sorin Ionescu
|
99176daaee
|
Do not bind empty key entries.
|
13 years ago |
Sorin Ionescu
|
1fc1b459ee
|
The theme should manage the completion indicator.
|
13 years ago |
Sorin Ionescu
|
f0499b76c3
|
Use zstyle instead of variables for configuration.
|
13 years ago |
Sorin Ionescu
|
60f39d8d91
|
Moved hub into the git plugin.
|
13 years ago |
Sorin Ionescu
|
9d27df2050
|
Tradition dictates that options are uppercase.
|
13 years ago |
Sorin Ionescu
|
9d52ede9fd
|
Remove unnecessary curly brackets.
|
13 years ago |
Sorin Ionescu
|
5e49591fb1
|
Do not bind keys on dumb terminals.
|
13 years ago |