Fixing what didn't merge over
[ticket: X]
This commit is contained in:
parent
0756ac5464
commit
9de0dac16a
2 changed files with 7 additions and 4 deletions
|
@ -115,7 +115,7 @@ Initializes Ocaml package management.
|
|||
OSX
|
||||
---
|
||||
|
||||
Defines OS X aliases and functions.
|
||||
Defines Mac OS X aliases and functions.
|
||||
|
||||
Pacman
|
||||
------
|
||||
|
|
|
@ -231,8 +231,10 @@ bindkey -M emacs "$key_info[Control]X$key_info[Control]]" vi-match-bracket
|
|||
bindkey -M emacs "$key_info[Control]X$key_info[Control]E" edit-command-line
|
||||
|
||||
if (( $+widgets[history-incremental-pattern-search-backward] )); then
|
||||
bindkey -M emacs "$key_info[Control]R" history-incremental-pattern-search-backward
|
||||
bindkey -M emacs "$key_info[Control]S" history-incremental-pattern-search-forward
|
||||
bindkey -M emacs "$key_info[Control]R" \
|
||||
history-incremental-pattern-search-backward
|
||||
bindkey -M emacs "$key_info[Control]S" \
|
||||
history-incremental-pattern-search-forward
|
||||
fi
|
||||
|
||||
#
|
||||
|
@ -299,7 +301,8 @@ for keymap in 'emacs' 'viins'; do
|
|||
fi
|
||||
|
||||
# Display an indicator when completing.
|
||||
bindkey -M "$keymap" "$key_info[Control]I" expand-or-complete-with-indicator
|
||||
bindkey -M "$keymap" "$key_info[Control]I" \
|
||||
expand-or-complete-with-indicator
|
||||
|
||||
# Insert 'sudo ' at the beginning of the line.
|
||||
bindkey -M "$keymap" "$key_info[Control]X$key_info[Control]S" prepend-sudo
|
||||
|
|
Loading…
Add table
Reference in a new issue