Sfoglia il codice sorgente

vim bindings for browser

tags/v3.1
Luke Smith 5 anni fa
parent
commit
fc19ef9861
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4C50B54A911F6252
1 ha cambiato i file con 9 aggiunte e 7 eliminazioni
  1. +9
    -7
      muttrc

+ 9
- 7
muttrc Vedi File

@@ -31,21 +31,23 @@ bind index G last-entry
bind index gg first-entry
bind pager j next-line
bind pager k previous-line
bind pager gg top
bind pager G bottom
bind index d half-down
bind index u half-up
bind browser h goto-parent
bind browser l select-entry
bind pager,browser gg top-page
bind pager,browser G bottom-page
bind index,browser d half-down
bind index,browser u half-up
bind index D delete-message
bind index U undelete-message
bind index F search
bind index,browser F search
bind index,pager R group-reply
bind index \031 previous-undeleted # Mouse wheel
bind index \005 next-undeleted # Mouse wheel
bind pager \031 previous-line # Mouse wheel
bind pager \005 next-line # Mouse wheel
macro index,pager S <sync-mailbox>
macro index,pager \Cu "|urlscan -r 'setsid $BROWSER {}'"\n
macro index,pager ,, "|urlscan -r 'setsid $BROWSER {}'"\n
macro index,pager \Cu "|urlscan -r 'setsid $BROWSER \"{}\"'"\n
macro index,pager ,, "|urlscan -r 'setsid $BROWSER \"{}\"'"\n

# View attachments properly.
bind attach <return> view-mailcap


Caricamento…
Annulla
Salva