File:  [MW Coherent from dump] / coherent / d / usr / bin / emacs / bind.doc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:38 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

PFX1 is initially bound to ctl-x
PFX2 and PFX3 are initially unbound


key binding     function        command
CTRL|'@'        setmark         Set mark			
CTRL|'A'        gotobol         Move to start of line	
				Also HOME KEY   
CTRL|'B'        backchar        Move backward by characters	
				Also LEFT ARROW 
CTRL|'C'        spawncli        Run CLI in a subjob.		
CTRL|'D'        forwdel         Forward delete		
				Also DELETE KEY 
CTRL|'E'        gotoeol         Move to end of line		
				Also END KEY    
CTRL|'F'        forwchar        Move forward by characters	
				Also RIGHT ARROW 
CTRL|'G'        ctrlg           Abort out of things		
CTRL|'H'        backdel         Backward delete		
CTRL|'I'        tab             Insert tab			
				ctl-u n  use n spaces per tab	
				ctl-u -n tab is n spaces	
CTRL|'J'        indent          Insert CR-LF, then indent	
CTRL|'K'        kill            Kill forward from dot		
				if ctl-u 0 or less backward	
CTRL|'L'        refresh         Refresh the screen		
				with ctl-u recenter		
CTRL|'M'        newline         Insert CR-LF			
				Same as ctl-j in autoindent mode 
CTRL|'N'        forwline        Move forward by lines	
				Also DOWN ARROW 
CTRL|'O'        openline        Open up a blank line		
CTRL|'P'        backline        Move backward by lines	
				Also UP ARROW   
CTRL|'Q'        quote           Insert literal		
CTRL|'R'        backisearch     backward incremental search	
CTRL|'S'        forwisearch     forward incremental search	
CTRL|'T'        twiddle         Twiddle characters		
CTRL|'V'        forwpage        Move forward by pages	
				Also PAGE DOWN  
CTRL|'W'        killregion      Kill region.			
CTRL|'Y'        yank            Yank back from killbuffer.	
CTRL|'Z'        quickexit       low keystroke style exit.	
PFX1|CTRL|'B'   listbuffers     Display list of buffers	
PFX1|CTRL|'C'   quit            Quit				
PFX1|CTRL|'F'   filename        Adjust file name		
PFX1|CTRL|'L'   lowerregion     Lower case region.		
PFX1|CTRL|'O'   deblank         Delete blank lines		
PFX1|CTRL|'N'   mvdnwind        Move window down		
PFX1|CTRL|'P'   mvupwind        Move window up		
PFX1|CTRL|'R'   fileread        Get a file, read only	
PFX1|CTRL|'S'   filesave        Save current file		
PFX1|CTRL|'U'   upperregion     Upper case region.		
PFX1|CTRL|'V'   filevisit       Get a file, read write	
				Also F2         
PFX1|CTRL|'W'   filewrite       Write a file			
				Also F2         
PFX1|CTRL|'X'   swapmark        Swap '.' and mark		
PFX1|CTRL|'Z'   shrinkwind      Shrink window.		
PFX1|'!'        spawn           Run a command in a subjob.	
PFX1|'<'        preverr         Seek the previous error	
PFX1|'='        showcpos        Show the cursor position	
PFX1|'>'        nexterr         Seek the next error		
PFX1|'('        ctlxlp          Begin macro			
PFX1|')'        ctlxrp          End macro			
PFX1|'1'        onlywind        Make current window only one	
				Also F10        
PFX1|'2'        splitwind       Split current window		
				Also ALT F1     
PFX1|'?'        promptlook      Prompt for a word to look up	
PFX1|'B'        usebuffer       Switch a window to a buffer	
PFX1|'E'        ctlxe           Execute macro		
PFX1|'F'        setfillcol      Set fill column to current col 
				ctl-u n set fill col to n	
				ctl-u 0 turn off word wrap	
PFX1|'G'        gotoline        goto line given as arg	
PFX1|'H'        fillregion      apply fillcol to a region
PFX1|'K'        killbuffer      Make a buffer go away.	
PFX1|'I'        initMac         Bind current macro to initial macro 
PFX1|'L'        loadBinds       Load flexable bindings from file. 
PFX1|'M'        nameMac         Bind current macro to binding. 
PFX1|'N'        nextwind        Move to the next window	
				Also F6         
PFX1|'P'        prevwind        Move to the previous window	
PFX1|'R'        bindFun         Bind function to old function. 
PFX1|'S'        storBinds       Store flexable bindings on a file. 
PFX1|'X'        setPrefix       Set prefix codes		
PFX1|'Z'        enlargewind     Enlarge display window.	
PFX1|'['        bracketsearch   seek matching bracket char	
PFX1|']'        bracketsw       toggle bracket mode		
META|CTRL|'H'   delbword        Delete backward word.	
META|CTRL|'R'   queryrepl       query/replace		
				Also F5         
META|CTRL|']'   hlpindex        Help index generator		
META|'!'        reposition      Reposition dot to line ctl-u	
				if ctl-u 0 center		
				if ctl-u < 0 repos from bottom 
META|'.'        setmark         Set mark			
META|'1'        zapwind         Zap current window		
META|'2'        zaphelp         Zap help window		
META|'>'        gotoeob         Move to end of buffer	
META|'<'        gotobob         Move to start of buffer	
META|'%'        queryrepl       query/replace		
				Also F5         
META|'/'        searchagain     find next occurrance		
META|'?'        lookupword      Lookup a word...		
				Also F1         
META|'@'        setfold         set case-fold on search flag	
META|'B'        backword        Backup by words		
META|'C'        capword         Initial capitalize word.	
META|'D'        delfword        Delete forward word.		
META|'F'        forwword        Advance by words		
META|'G'        gotofline       goto line in file.		
META|'J'        autoind         toggle autoindent flag       
				Also ALT F10    
META|'L'        lowerword       Lower case word.		
META|'Q'        quoteval        Insert decimal literal        
META|'R'        backsearch      Search backwards		
				Also F4         
META|'S'        forwsearch      Search forward		
				Also F3         
				ALT F3 is continue search 
META|'U'        upperword       Upper case word.		
META|'V'        backpage        Move backward by pages	
				Also PAGE UP    
META|'W'        copyregion      Copy region to kill buffer.	
META|0x7F       delbword        Delete backward word.	
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.