Removed esc-l and esc-. bindings messing with vim in zsh
This commit is contained in:
parent
eecde1a252
commit
a16451a541
@ -1,3 +1,2 @@
|
||||
# path, the 0 in the filename causes this to load first
|
||||
export PATH=$PATH:$HOME/.yadr/bin:$HOME/.yadr/bin/yadr
|
||||
|
||||
|
@ -3,9 +3,6 @@
|
||||
# http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Standard-Widgets
|
||||
|
||||
bindkey -v # Use vi key bindings
|
||||
|
||||
bindkey -s '\el' 'ls\n' # [Esc-l] - run command: ls
|
||||
bindkey -s '\e.' '..\n' # [Esc-.] - run command: .. (up directory)
|
||||
bindkey '^r' history-incremental-search-backward # [Ctrl-r] - Search backward incrementally for a specified string. The string may begin with ^ to anchor the search to the beginning of the line.
|
||||
|
||||
# emacs style
|
||||
|
Loading…
Reference in New Issue
Block a user