Change sidebar bindings to work inside tmux
This commit is contained in:
parent
5af1c5a94b
commit
957496b5f3
@ -832,9 +832,9 @@ Enter Command
|
|||||||
|
|
||||||
*** Sidebar
|
*** Sidebar
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
bind index,pager \Ck sidebar-prev
|
bind index,pager \Cp sidebar-prev
|
||||||
bind index,pager \Cj sidebar-next
|
bind index,pager \Cn sidebar-next
|
||||||
bind index,pager \Cl sidebar-open
|
bind index,pager \Co sidebar-open
|
||||||
|
|
||||||
bind index,pager \Ch sidebar-toggle-visible
|
bind index,pager \Ch sidebar-toggle-visible
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@ -1200,6 +1200,7 @@ This empty code block is used to add a new line after signature
|
|||||||
# set pipe_decode # strip headers and eval mimes when piping
|
# set pipe_decode # strip headers and eval mimes when piping
|
||||||
set thorough_search # strip headers and eval mimes before searching
|
set thorough_search # strip headers and eval mimes before searching
|
||||||
set send_charset="us-ascii:utf-8:iso-8859-1"
|
set send_charset="us-ascii:utf-8:iso-8859-1"
|
||||||
|
set sendmail_wait = 0 # no please don't silently fail, email is important
|
||||||
set use_from # respect the From: address the editor sends back
|
set use_from # respect the From: address the editor sends back
|
||||||
|
|
||||||
# Use Vim to compose email, with a few default options.
|
# Use Vim to compose email, with a few default options.
|
||||||
@ -1332,24 +1333,6 @@ This empty code block is used to add a new line after signature
|
|||||||
|
|
||||||
*** Mailboxes to show in the sidebar.
|
*** Mailboxes to show in the sidebar.
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
# mailboxes \
|
|
||||||
# +search \
|
|
||||||
# +gmail/Inbox \
|
|
||||||
# +gmail/Archive \
|
|
||||||
# +gmail/Drafts \
|
|
||||||
# +gmail/Sent \
|
|
||||||
# +gmail/Trash \
|
|
||||||
# +esrf/Inbox \
|
|
||||||
# +esrf/Archive \
|
|
||||||
# +esrf/Drafts \
|
|
||||||
# +esrf/Sent \
|
|
||||||
# +esrf/Trash \
|
|
||||||
# +ulg/Inbox \
|
|
||||||
# +ulg/Archive \
|
|
||||||
# +ulg/Drafts \
|
|
||||||
# +ulg/Sent \
|
|
||||||
# +ulg/Trash \
|
|
||||||
|
|
||||||
named-mailboxes " Search" =search
|
named-mailboxes " Search" =search
|
||||||
named-mailboxes " GMAIL" =empty/gmail
|
named-mailboxes " GMAIL" =empty/gmail
|
||||||
named-mailboxes " Inbox" =gmail/Inbox
|
named-mailboxes " Inbox" =gmail/Inbox
|
||||||
@ -1375,8 +1358,9 @@ This empty code block is used to add a new line after signature
|
|||||||
named-mailboxes " Drafts" =uliege/Drafts
|
named-mailboxes " Drafts" =uliege/Drafts
|
||||||
named-mailboxes " ﮊ Archive" =uliege/Archive
|
named-mailboxes " ﮊ Archive" =uliege/Archive
|
||||||
named-mailboxes " Trash" =uliege/Trash
|
named-mailboxes " Trash" =uliege/Trash
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
set sendmail_wait = 0 # no please don't silently fail, email is important
|
#+BEGIN_SRC conf
|
||||||
unset move
|
unset move
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user