about summary refs log tree commit diff stats
path: root/html/014literal_string.cc.html
Commit message (Expand)AuthorAgeFilesLines
* 4447Kartik Agaram2018-07-271-14/+14
* 4239Kartik Agaram2018-05-081-6/+6
* 4199Kartik K. Agaram2018-01-251-60/+59
* 4161Kartik K. Agaram2017-12-151-8/+8
* 4155Kartik K. Agaram2017-12-071-2/+2
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-5/+5
* 4109Kartik K. Agaram2017-11-051-6/+6
* 4102Kartik K. Agaram2017-11-011-6/+6
* 4003Kartik K. Agaram2017-09-231-6/+6
* 3990Kartik K. Agaram2017-09-031-1/+1
* 3927Kartik K. Agaram2017-06-191-2/+2
* 3897 - various updates to documentationKartik K. Agaram2017-05-291-8/+8
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-4/+5
* 3761Kartik K. Agaram2017-03-071-51/+52
* 3750Kartik K. Agaram2017-03-021-2/+2
* 3749Kartik K. Agaram2017-03-021-2/+2
* 3746Kartik K. Agaram2017-02-071-2/+2
* 3716Kartik K. Agaram2016-12-261-0/+2
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-52/+52
* 3710Kartik K. Agaram2016-12-261-225/+225
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-229/+253
* 3561Kartik K. Agaram2016-10-221-1/+1
* 3544Kartik K. Agaram2016-10-221-1/+1
* 3543Kartik K. Agaram2016-10-221-1/+1
* 3431Kartik K. Agaram2016-09-301-14/+15
* 3395Kartik K. Agaram2016-09-171-2/+2
* 3371Kartik K. Agaram2016-09-161-2/+2
* 3355Kartik K. Agaram2016-09-151-1/+1
* 3315Kartik K. Agaram2016-09-101-1/+1
* 3235Kartik K. Agaram2016-08-201-4/+26
* 3219Kartik K. Agaram2016-08-171-2/+2
* 3102Kartik K. Agaram2016-07-051-1/+7
* 3013Kartik K. Agaram2016-05-261-3/+3
* 2812Kartik K. Agaram2016-03-271-22/+32
* 2745Kartik K. Agaram2016-03-091-1/+1
* 2744Kartik K. Agaram2016-03-091-3/+3
* 2743Kartik K. Agaram2016-03-091-68/+60
* 2706 - update htmlKartik K. Agaram2016-02-251-17/+16
* 2545Kartik K. Agaram2015-12-151-2/+1
* 2611Kartik K. Agaram2015-11-291-11/+11
* 2423 - describe shape-shifting in html docsKartik K. Agaram2015-11-101-0/+235
href='/akspecs/aerc/blame/config/binds.conf?h=0.2.1&id=928ac1bcd9f7e4a6f20ab23a9416180534417cff'>^
04d9ab3 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79


                                                                            

                        


                    

                




                             
 






                             



                       
                      
                                                                          
                  
 

                     

                      
 

                
                

                
      

                 
                   

                     

                      
 
         







                                                                             






                          



                                                      

                  
 





                        
# Binds are of the form <key sequence> = <command to run>
# To use '=' in a key sequence, substitute it with "Eq": "<Ctrl+Eq>"
# If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit
<C-p> = :prev-tab<Enter>
<C-n> = :next-tab<Enter>
<C-t> = :term<Enter>

[messages]
q = :quit<Enter>

j = :next<Enter>
<Down> = :next<Enter>
<C-d> = :next 50%<Enter>
<C-f> = :next 100%<Enter>
<PgDn> = :next -s 100%<Enter>

k = :prev<Enter>
<Up> = :prev<Enter>
<C-u> = :prev 50%<Enter>
<C-b> = :prev 100%<Enter>
<PgUp> = :prev -s 100%<Enter>
g = :select 0<Enter>
G = :select -1<Enter>

J = :next-folder<Enter>
K = :prev-folder<Enter>

<Enter> = :view<Enter>
d = :confirm 'Really delete this message?' ':delete-message<Enter>'<Enter>
D = :delete<Enter>

rr = :reply<Enter>
rq = :reply -q<Enter>
Rr = :reply -a<Enter>
Rq = :reply -aq<Enter>

c = :cf<space>
$ = :term<space>
! = :term<space>
| = :pipe<space>

[view]
q = :close<Enter>
| = :pipe<space>
f = :forward<Enter>
rr = :reply<Enter>
rq = :reply -q<Enter>
Rr = :reply -a<Enter>
Rq = :reply -aq<Enter>

[compose]
# Keybindings used when the embedded terminal is not selected in the compose
# view
<C-k> = :prev-field<Enter>
<C-j> = :next-field<Enter>
<tab> = :next-field<Enter>

[compose::editor]
# Keybindings used when the embedded terminal is selected in the compose view
$noinherit = true
$ex = <semicolon>
<C-k> = :prev-field<Enter>
<C-j> = :next-field<Enter>
<C-p> = :prev-tab<Enter>
<C-n> = :next-tab<Enter>

[compose::review]
# Keybindings used when reviewing a message to be sent
y = :send<Enter>
n = :abort<Enter>
e = :edit<Enter>
a = :attach<Enter>

[terminal]
$noinherit = true
$ex = <semicolon>

<C-p> = :prev-tab<Enter>
<C-n> = :next-tab<Enter>