From 8ea1a686d9d1b312dba46de088116a5d7291e0c5 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 2 Jun 2009 02:08:07 +0200 Subject: fix completion bug (file-sort time); add ft for vim --- .zsh/rc/10keybindings | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zsh/rc/10keybindings') diff --git a/.zsh/rc/10keybindings b/.zsh/rc/10keybindings index 5d76ab8..3d0797a 100644 --- a/.zsh/rc/10keybindings +++ b/.zsh/rc/10keybindings @@ -11,3 +11,5 @@ bindkey "^[[8~" end-of-line # End # HOWTO make your own: # bindkey '' (do this in a shell) # for some actions run `bindkey` + +# vim:set ft=zsh -- cgit v1.2.3-24-g4f1b