浏览代码

more fixes, more or less have this as i want

James Cox 15 年之前
父节点
当前提交
b6d778201b
共有 4 个文件被更改,包括 12 次插入1 次删除
  1. 2 0
      directories.zsh
  2. 1 0
      functions.zsh
  3. 5 0
      key-bindings.zsh
  4. 4 1
      misc.zsh

+ 2 - 0
directories.zsh

@@ -1,5 +1,7 @@
 # Changing/making/removing directory
 # Changing/making/removing directory
 setopt auto_name_dirs
 setopt auto_name_dirs
+setopt auto_pushd
+setopt pushd_ignore_dups
 
 
 alias ..='cd ..'
 alias ..='cd ..'
 alias cd..='cd ..'
 alias cd..='cd ..'

+ 1 - 0
functions.zsh

@@ -1,3 +1,4 @@
+## fixme, i duplicated this in xterms - oops
 function title {
 function title {
   if [[ $TERM == "screen" ]]; then
   if [[ $TERM == "screen" ]]; then
     # Use these two for GNU Screen:
     # Use these two for GNU Screen:

+ 5 - 0
key-bindings.zsh

@@ -9,6 +9,11 @@ bindkey -s '\e.' "..\n"
 bindkey '^r' history-incremental-search-backward
 bindkey '^r' history-incremental-search-backward
 bindkey "^[[5~" up-line-or-history
 bindkey "^[[5~" up-line-or-history
 bindkey "^[[6~" down-line-or-history
 bindkey "^[[6~" down-line-or-history
+
+# make search up and down work, so partially type and hit up/down to find relevant stuff
+bindkey '^[[A' up-line-or-search
+bindkey '^[[B' down-line-or-search
+
 bindkey "^[[H" beginning-of-line
 bindkey "^[[H" beginning-of-line
 bindkey "^[[1~" beginning-of-line
 bindkey "^[[1~" beginning-of-line
 bindkey "^[[F"  end-of-line
 bindkey "^[[F"  end-of-line

+ 4 - 1
misc.zsh

@@ -3,4 +3,7 @@ autoload -U url-quote-magic
 zle -N self-insert url-quote-magic
 zle -N self-insert url-quote-magic
 
 
 ## file rename magick
 ## file rename magick
-bindkey "^[m" copy-prev-shell-word
+bindkey "^[m" copy-prev-shell-word
+
+## jobs
+setopt long_list_jobs