diff options
author | luxagraf <sng@luxagraf.net> | 2022-12-25 09:25:54 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-12-25 09:25:54 -0600 |
commit | fcf06aa67f1f0d5bcbcf2e0d2de188fabd595d4c (patch) | |
tree | 23b65378f55f599f01f24afc2fe5dc7f45752d94 /src | |
parent | ec3d698cab66bf43826c621c7f6f87fe1388aa6d (diff) |
added recent pubs to archive
Diffstat (limited to 'src')
-rw-r--r-- | src/mutt-help.txt | 5 | ||||
-rw-r--r-- | src/w3m-guide.txt | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/src/mutt-help.txt b/src/mutt-help.txt new file mode 100644 index 0000000..bddfb8e --- /dev/null +++ b/src/mutt-help.txt @@ -0,0 +1,5 @@ +To delete messages matching a pattern: `D <text>` + +That will mark them for deletion, then you press tab to actually move them to the trash (or delete them depending on how you have mutt set up). + + diff --git a/src/w3m-guide.txt b/src/w3m-guide.txt index bf46b14..2b008ed 100644 --- a/src/w3m-guide.txt +++ b/src/w3m-guide.txt @@ -4,6 +4,14 @@ How do you open a link in a new tab? meh, you don't really need to, just hit "s" okay back is shift-b. s to list buffers. esc-e to edit, that seems to be the basics. +Meta U to get the equivelant of ctrl-l (select URL bar), then bash shortcuts work: + +ctrl -u to delete everything behind the cursor +Ctrl-a Move cursor to beginning of line -- doesn't work +Ctrl-e Move cursor to end of line +Ctrl-b Move cursor back one letter +Ctrl-f Move cursor forward one letter + Need to figure out how to save current buffers to file you can bookmark with esc-a to add esc b to view |