Annotation of coherent/d/usr/bin/emacs/bind.doc, revision 1.1

1.1     ! root        1: PFX1 is initially bound to ctl-x
        !             2: PFX2 and PFX3 are initially unbound
        !             3: 
        !             4: 
        !             5: key binding     function        command
        !             6: CTRL|'@'        setmark         Set mark                       
        !             7: CTRL|'A'        gotobol         Move to start of line  
        !             8:                                Also HOME KEY   
        !             9: CTRL|'B'        backchar        Move backward by characters    
        !            10:                                Also LEFT ARROW 
        !            11: CTRL|'C'        spawncli        Run CLI in a subjob.           
        !            12: CTRL|'D'        forwdel         Forward delete         
        !            13:                                Also DELETE KEY 
        !            14: CTRL|'E'        gotoeol         Move to end of line            
        !            15:                                Also END KEY    
        !            16: CTRL|'F'        forwchar        Move forward by characters     
        !            17:                                Also RIGHT ARROW 
        !            18: CTRL|'G'        ctrlg           Abort out of things            
        !            19: CTRL|'H'        backdel         Backward delete                
        !            20: CTRL|'I'        tab             Insert tab                     
        !            21:                                ctl-u n  use n spaces per tab   
        !            22:                                ctl-u -n tab is n spaces        
        !            23: CTRL|'J'        indent          Insert CR-LF, then indent      
        !            24: CTRL|'K'        kill            Kill forward from dot          
        !            25:                                if ctl-u 0 or less backward     
        !            26: CTRL|'L'        refresh         Refresh the screen             
        !            27:                                with ctl-u recenter             
        !            28: CTRL|'M'        newline         Insert CR-LF                   
        !            29:                                Same as ctl-j in autoindent mode 
        !            30: CTRL|'N'        forwline        Move forward by lines  
        !            31:                                Also DOWN ARROW 
        !            32: CTRL|'O'        openline        Open up a blank line           
        !            33: CTRL|'P'        backline        Move backward by lines 
        !            34:                                Also UP ARROW   
        !            35: CTRL|'Q'        quote           Insert literal         
        !            36: CTRL|'R'        backisearch     backward incremental search    
        !            37: CTRL|'S'        forwisearch     forward incremental search     
        !            38: CTRL|'T'        twiddle         Twiddle characters             
        !            39: CTRL|'V'        forwpage        Move forward by pages  
        !            40:                                Also PAGE DOWN  
        !            41: CTRL|'W'        killregion      Kill region.                   
        !            42: CTRL|'Y'        yank            Yank back from killbuffer.     
        !            43: CTRL|'Z'        quickexit       low keystroke style exit.      
        !            44: PFX1|CTRL|'B'   listbuffers     Display list of buffers        
        !            45: PFX1|CTRL|'C'   quit            Quit                           
        !            46: PFX1|CTRL|'F'   filename        Adjust file name               
        !            47: PFX1|CTRL|'L'   lowerregion     Lower case region.             
        !            48: PFX1|CTRL|'O'   deblank         Delete blank lines             
        !            49: PFX1|CTRL|'N'   mvdnwind        Move window down               
        !            50: PFX1|CTRL|'P'   mvupwind        Move window up         
        !            51: PFX1|CTRL|'R'   fileread        Get a file, read only  
        !            52: PFX1|CTRL|'S'   filesave        Save current file              
        !            53: PFX1|CTRL|'U'   upperregion     Upper case region.             
        !            54: PFX1|CTRL|'V'   filevisit       Get a file, read write 
        !            55:                                Also F2         
        !            56: PFX1|CTRL|'W'   filewrite       Write a file                   
        !            57:                                Also F2         
        !            58: PFX1|CTRL|'X'   swapmark        Swap '.' and mark              
        !            59: PFX1|CTRL|'Z'   shrinkwind      Shrink window.         
        !            60: PFX1|'!'        spawn           Run a command in a subjob.     
        !            61: PFX1|'<'        preverr         Seek the previous error        
        !            62: PFX1|'='        showcpos        Show the cursor position       
        !            63: PFX1|'>'        nexterr         Seek the next error            
        !            64: PFX1|'('        ctlxlp          Begin macro                    
        !            65: PFX1|')'        ctlxrp          End macro                      
        !            66: PFX1|'1'        onlywind        Make current window only one   
        !            67:                                Also F10        
        !            68: PFX1|'2'        splitwind       Split current window           
        !            69:                                Also ALT F1     
        !            70: PFX1|'?'        promptlook      Prompt for a word to look up   
        !            71: PFX1|'B'        usebuffer       Switch a window to a buffer    
        !            72: PFX1|'E'        ctlxe           Execute macro          
        !            73: PFX1|'F'        setfillcol      Set fill column to current col 
        !            74:                                ctl-u n set fill col to n       
        !            75:                                ctl-u 0 turn off word wrap      
        !            76: PFX1|'G'        gotoline        goto line given as arg 
        !            77: PFX1|'H'        fillregion      apply fillcol to a region
        !            78: PFX1|'K'        killbuffer      Make a buffer go away. 
        !            79: PFX1|'I'        initMac         Bind current macro to initial macro 
        !            80: PFX1|'L'        loadBinds       Load flexable bindings from file. 
        !            81: PFX1|'M'        nameMac         Bind current macro to binding. 
        !            82: PFX1|'N'        nextwind        Move to the next window        
        !            83:                                Also F6         
        !            84: PFX1|'P'        prevwind        Move to the previous window    
        !            85: PFX1|'R'        bindFun         Bind function to old function. 
        !            86: PFX1|'S'        storBinds       Store flexable bindings on a file. 
        !            87: PFX1|'X'        setPrefix       Set prefix codes               
        !            88: PFX1|'Z'        enlargewind     Enlarge display window.        
        !            89: PFX1|'['        bracketsearch   seek matching bracket char     
        !            90: PFX1|']'        bracketsw       toggle bracket mode            
        !            91: META|CTRL|'H'   delbword        Delete backward word.  
        !            92: META|CTRL|'R'   queryrepl       query/replace          
        !            93:                                Also F5         
        !            94: META|CTRL|']'   hlpindex        Help index generator           
        !            95: META|'!'        reposition      Reposition dot to line ctl-u   
        !            96:                                if ctl-u 0 center               
        !            97:                                if ctl-u < 0 repos from bottom 
        !            98: META|'.'        setmark         Set mark                       
        !            99: META|'1'        zapwind         Zap current window             
        !           100: META|'2'        zaphelp         Zap help window                
        !           101: META|'>'        gotoeob         Move to end of buffer  
        !           102: META|'<'        gotobob         Move to start of buffer        
        !           103: META|'%'        queryrepl       query/replace          
        !           104:                                Also F5         
        !           105: META|'/'        searchagain     find next occurrance           
        !           106: META|'?'        lookupword      Lookup a word...               
        !           107:                                Also F1         
        !           108: META|'@'        setfold         set case-fold on search flag   
        !           109: META|'B'        backword        Backup by words                
        !           110: META|'C'        capword         Initial capitalize word.       
        !           111: META|'D'        delfword        Delete forward word.           
        !           112: META|'F'        forwword        Advance by words               
        !           113: META|'G'        gotofline       goto line in file.             
        !           114: META|'J'        autoind         toggle autoindent flag       
        !           115:                                Also ALT F10    
        !           116: META|'L'        lowerword       Lower case word.               
        !           117: META|'Q'        quoteval        Insert decimal literal        
        !           118: META|'R'        backsearch      Search backwards               
        !           119:                                Also F4         
        !           120: META|'S'        forwsearch      Search forward         
        !           121:                                Also F3         
        !           122:                                ALT F3 is continue search 
        !           123: META|'U'        upperword       Upper case word.               
        !           124: META|'V'        backpage        Move backward by pages 
        !           125:                                Also PAGE UP    
        !           126: META|'W'        copyregion      Copy region to kill buffer.    
        !           127: META|0x7F       delbword        Delete backward word.  
        !           128: 0x7F            backdel         Backward delete                

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.