-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed some readline �behavior, bashrc settings for history searchin…
…g ang completion behavior
- Loading branch information
1 parent
b264105
commit 422e86e
Showing
2 changed files
with
34 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
set completion-ignore-case | ||
"\eOP": menu-complete-backward | ||
"\eOQ": menu-complete | ||
"\e[5~": history-search-backward | ||
"\e[6~": history-search-forward | ||
set echo-control-characters off | ||
|
||
"\e[Z": menu-complete | ||
"\e[A": history-search-backward | ||
"\e[B": history-search-forward | ||
"\es": "\C-asudo \C-e" |