Skip to content

Commit

Permalink
Removed esc-l and esc-. bindings messing with vim in zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
skwp committed Nov 30, 2012
1 parent eecde1a commit a16451a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion zsh/0_path.zsh
Original file line number Diff line number Diff line change
@@ -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 changes: 0 additions & 3 deletions zsh/key-bindings.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a16451a

Please sign in to comment.