Skip to content

Commit

Permalink
Submodule some zsh deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bjeanes committed Nov 12, 2013
1 parent 0928f61 commit 597b1fe
Show file tree
Hide file tree
Showing 41 changed files with 20 additions and 2,369 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
[submodule "vendor/powerline"]
path = vendor/powerline
url = git://github.com/Lokaltog/powerline.git
[submodule "shells/zsh/lib/syntax-highlighting"]
path = shells/zsh/lib/syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "shells/zsh/lib/history-substring-search"]
path = shells/zsh/lib/history-substring-search
url = git://github.com/zsh-users/zsh-history-substring-search.git
12 changes: 12 additions & 0 deletions shells/zsh/lib/fish.zsh
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
source $SHELL_FILES/lib/syntax-highlighting/zsh-syntax-highlighting.zsh
source $SHELL_FILES/lib/history-substring-search/zsh-history-substring-search.zsh

# bind UP and DOWN arrow keys
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down

# bind P and N for EMACS mode
bindkey -M emacs '^P' history-substring-search-up
bindkey -M emacs '^N' history-substring-search-down

# bind k and j for VI mode
bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down
1 change: 1 addition & 0 deletions shells/zsh/lib/history-substring-search
Submodule history-substring-search added at 1e7680
92 changes: 0 additions & 92 deletions shells/zsh/lib/history-substring-search/README.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit 597b1fe

Please sign in to comment.