/[global]/global/globash.rc.in
ViewVC logotype

Diff of /global/globash.rc.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by h-iwamoto, Sat Oct 29 13:09:39 2005 UTC revision 1.3 by h-iwamoto, Sat Oct 29 13:41:01 2005 UTC
# Line 768  ghelp() { Line 768  ghelp() {
768          echo          echo
769          echo " - Standard aliases:"          echo " - Standard aliases:"
770          echo "  <n> (n=1-999)   - show <n>"          echo "  <n> (n=1-999)   - show <n>"
771          echo "  .., ../.., ...  - cd .., cd ../.., ..."          echo "  ..              - cd .."
772          echo "  ..<n> (n=1-5)   - cd .. (* <n> times)"          echo "  ..<n> (n=1-5)   - cd .. (* <n> times)"
773          echo "  l,t,n,p,.,c,m   - list,tags,next,prev,show,cookie,mark"          echo "  l,t,n,p,.,c,m   - list,tags,next,prev,show,cookie,mark"
774          echo "  '\C-t'          - pop"          echo "  '\C-t'          - pop"
# Line 797  if [ "$gtags_aliases" = "1" ]; then Line 797  if [ "$gtags_aliases" = "1" ]; then
797                  (( n++ ))                  (( n++ ))
798          done          done
799          alias ..='cd ..'          alias ..='cd ..'
         alias ../..='cd ../..'  
         alias ../../..='cd ../../..'  
         alias ../../../..='cd ../../../..'  
         alias ../../../../..='cd ../../../../..'  
800          alias ..1='cd ..'          alias ..1='cd ..'
801          alias ..2='cd ../..'          alias ..2='cd ../..'
802          alias ..3='cd ../../..'          alias ..3='cd ../../..'

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26