Mat Schaffer
5f72c63136
Don't clobber standard Esc+. behavior
...
Esc+. works as "last arg" on both bash and zsh. Seems like a shame to introduce a new standard.
14 years ago
Randy Hancock
f20cfc68e8
Fix edit-command-line binding
...
This binding doesn't work when the edit-command-line.zsh file is loaded
after the key-bindings.zsh file because 'bindkey -e' in key-bindings.zsh
resets the binding. Moving the bindings to they key-bindings.zsh file
and removing edit-command-line.zsh.
15 years ago
Loïc Yhuel
428f18cf42
Add key bindings for gnome-terminal on Fedora
15 years ago
Sven Lito
eb63ddf6bb
added mac keybinding for backward-delete-char
15 years ago
Arthur Kalmenson
7d9628b2dc
Added bindings for Gnome terminal.
15 years ago
Arthur Kalmenson
c7c959de60
Make the delete key work correctly, instead of outputting a ~
15 years ago
Pat Regan
993e05da50
Replace redundant calls to compinit with a single call.
15 years ago
John Reese
99d72cad55
Ignore errors from compaudit when using `sudo -s`
16 years ago
Tomas Kramar
3e1d5fa316
Make Shift+Tab move backwards in the menu
16 years ago
Robby Russell
8debd097fb
Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
17 years ago
James Cox
b6d778201b
more fixes, more or less have this as i want
17 years ago
James Cox
93af38f154
further refactorings
17 years ago
James Cox
89d86d869c
some todo notes, take @chris2's titlebar improvements and poke at completions
17 years ago
Robby Russell
71c59eaf85
Moving bindings into their own file. Updating aliases after moving out bindings
17 years ago