Add ft's zsh configuration to links section.
[zsh-lovers.git] / zsh_people / strcat / zshzle
1 # Edit the command line using your usual editor.
2   zle -N edit-command-line
3 # Setting abbreviation like 'iab' with Vim
4   zle -N my-expand-abbrev
5 # Needed for my "Vim-like statusline". See ~/.zsh/zshstatusbar for
6 # details.
7 #  zle -N redisplay
8 #  zle -N redisplay2
9 #  zle -N screenclear
10 #  zle -N screenclearx
11 #  zle -N vi-add-eol
12 #  zle -N vi-add-next
13 #  zle -N vi-change
14 #  zle -N vi-change-eol
15 #  zle -N vi-change-whole-line
16 #  zle -N vi-insert
17 #  zle -N vi-insert-bol
18 #  zle -N vi-open-line-above
19 #  zle -N vi-open-line-below
20 #  zle -N vi-substitute
21 #  zle -N vi-replace
22 #  zle -N vi-cmd-mode