24 lines
		
	
	
		
			539 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			539 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # -*- muttrc -*-
 | |
| #
 | |
| # bindings for mutt.
 | |
| 
 | |
| # Pager bindings
 | |
| 
 | |
| #bind pager <down> next-line
 | |
| #bind pager <up>   previous-line
 | |
| bind pager j      next-line
 | |
| bind pager k      previous-line
 | |
| bind pager /      search
 | |
| bind pager 0      top
 | |
| bind pager G      bottom
 | |
| bind pager g      group-reply
 | |
| 
 | |
| #
 | |
| # Sidebar Navigation ---------------------------------
 | |
| bind index <down>   sidebar-next
 | |
| bind index <up>     sidebar-prev
 | |
| bind index <right>  sidebar-open
 | |
| 
 | |
| # Replicate Gmail in Gmail
 | |
| macro index,pager A "<save-message>=[Gmail]/All Mail<enter>" "Archive"
 |