summaryrefslogtreecommitdiff
path: root/misc.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'misc.zsh')
-rw-r--r--misc.zsh5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc.zsh b/misc.zsh
index c368cff95..fab4be931 100644
--- a/misc.zsh
+++ b/misc.zsh
@@ -3,4 +3,7 @@ autoload -U url-quote-magic
zle -N self-insert url-quote-magic
## file rename magick
-bindkey "^[m" copy-prev-shell-word \ No newline at end of file
+bindkey "^[m" copy-prev-shell-word
+
+## jobs
+setopt long_list_jobs \ No newline at end of file