Created
February 23, 2011 15:37
-
-
Save hchbaw/840569 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# zaw.zsh source for the elements of the directory stack. | |
# https://github.com/nakamuray/zaw | |
# Thank you very much, nakamuray! | |
zmodload zsh/parameter | |
function zaw-src-dirstack() { | |
: ${(A)candidates::=$dirstack} | |
actions=("zaw-callback-execute" "zaw-callback-replace-buffer" "zaw-callback-append-to-buffer") | |
act_descriptions=("execute" "replace edit buffer" "append to edit buffer") | |
} | |
zaw-register-src -n dirstack zaw-src-dirstack | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment