diff --git a/zsh/0_path.zsh b/zsh/0_path.zsh index b33a1d4..5b1d48a 100644 --- a/zsh/0_path.zsh +++ b/zsh/0_path.zsh @@ -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 - diff --git a/zsh/key-bindings.zsh b/zsh/key-bindings.zsh index 6612910..c1c7d8e 100644 --- a/zsh/key-bindings.zsh +++ b/zsh/key-bindings.zsh @@ -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