getkeys removed
This commit is contained in:
parent
2e2200b4b9
commit
dda2c6059b
7 changed files with 0 additions and 125 deletions
|
@ -1,10 +0,0 @@
|
|||
_
|
||||
___ __ _| | ___ _ _ _ __ ___ ___
|
||||
/ __/ _` | |/ __| | | | '__/ __|/ _ \
|
||||
| (_| (_| | | (__| |_| | | \__ \ __/
|
||||
\___\__,_|_|\___|\__,_|_| |___/\___|
|
||||
|
||||
calcurse is the calendar and schedule manager.
|
||||
tab - Switch from calendar to todo to appointments
|
||||
h/j/k/l - Move left/down/up/right
|
||||
Most other bindings are listed in the program.
|
|
@ -1,34 +0,0 @@
|
|||
_ _
|
||||
_ __ ___ _ _| |_| |_
|
||||
| '_ ` _ \| | | | __| __|
|
||||
| | | | | | |_| | |_| |_
|
||||
|_| |_| |_|\__,_|\__|\__|
|
||||
|
||||
mutt is the email client.
|
||||
j/k - Move down/up
|
||||
d/u - Move down/up half page
|
||||
gg - Move to top
|
||||
v - View/download attachments
|
||||
G - Move to last message
|
||||
r - Reply
|
||||
R - Reply all
|
||||
S - Sync/save mailbox changes
|
||||
D - Mark message for deletion
|
||||
U - Unmark message for deletion
|
||||
ctrl-u - Seek urls
|
||||
,, - Seek urls
|
||||
ctrl-f - Search mail indexed with notmuch
|
||||
ctrl-r - Mark all as read
|
||||
l - Limit mail
|
||||
o - Run quick sync with offlineimap
|
||||
O - Run full sync with offlineimap
|
||||
C - Copy a message to another mailbox
|
||||
M - Move a message to another mailbox
|
||||
B - Hide/reveal sidebar
|
||||
ctrl-j/k - Move down/up on sidebar
|
||||
ctrl-o - Open box selected in sidebar
|
||||
gi - Go to inbox
|
||||
gs - Go to sent mail
|
||||
gd - Go to drafts
|
||||
gS - Go to spam
|
||||
i# - Go to a different account (# is the number of the account)
|
|
@ -1,21 +0,0 @@
|
|||
|
||||
_ __ ___ _ __ ___ _ __ ___ _ __ _ __
|
||||
| '_ \ / __| '_ ` _ \| '_ \ / __| '_ \| '_ \
|
||||
| | | | (__| | | | | | |_) | (__| |_) | |_) |
|
||||
|_| |_|\___|_| |_| |_| .__/ \___| .__/| .__/
|
||||
|_| |_| |_|
|
||||
|
||||
ncmpcpp is the music player.
|
||||
h/j/k/l - Move left/down/up/right
|
||||
d/u - Down/up page
|
||||
a - Add song(s) to playlist
|
||||
c - Clear playlist
|
||||
g - Go to top
|
||||
G - Go to bottom
|
||||
p - Pause
|
||||
m - Media library
|
||||
f - Music sorted by directory structure
|
||||
t - Tag editor
|
||||
s - Search
|
||||
v - Visualizer
|
||||
P - Playlist
|
|
@ -1,22 +0,0 @@
|
|||
_ _
|
||||
_ __ _____ _____| |__ ___ __ _| |_
|
||||
| '_ \ / _ \ \ /\ / / __| '_ \ / _ \ / _` | __|
|
||||
| | | | __/\ V V /\__ \ |_) | (_) | (_| | |_
|
||||
|_| |_|\___| \_/\_/ |___/_.__/ \___/ \__,_|\__|
|
||||
|
||||
newsboat is the RSS reader.
|
||||
j/k - Move down/up
|
||||
l - Open entry
|
||||
h/q - Back/quit
|
||||
Q - Quit immediately
|
||||
J/K - Previous/next feed
|
||||
n - Next unread
|
||||
N - Previous unread
|
||||
a - Toggle article read/unread
|
||||
A - Mark all as read
|
||||
U - Show all URLs
|
||||
,, - Open main link with linkhandler
|
||||
,p - Pick which program to open link with
|
||||
,v - Open video link in mpv
|
||||
,w - Open link in w3m
|
||||
,c - Copy link to clipboard
|
|
@ -1,15 +0,0 @@
|
|||
_
|
||||
_____ _(_)_ __
|
||||
/ __\ \/ / \ \ / /
|
||||
\__ \> <| |\ V /
|
||||
|___/_/\_\_| \_/
|
||||
sxiv is the image viewer.
|
||||
h/j/k/l - Pan image
|
||||
-/+ - Zoom out/in
|
||||
Enter - Toggle thumbnail mode
|
||||
f - Fullscreen
|
||||
n/p - Previous/next image in list/directory
|
||||
r - Reload image if changed
|
||||
m - Mark/unmark image
|
||||
w - Zoom to fit window
|
||||
ctrl-x - Run external command (see ~/.config/sxiv/exec/key-handler for options)
|
|
@ -1,19 +0,0 @@
|
|||
_ _
|
||||
______ _| |_| |__ _ _ _ __ __ _
|
||||
|_ / _` | __| '_ \| | | | '__/ _` |
|
||||
/ / (_| | |_| | | | |_| | | | (_| |
|
||||
/___\__,_|\__|_| |_|\__,_|_| \__,_|
|
||||
|
||||
zathura is the pdf/djvu reader.
|
||||
h/j/k/l - Move left/down/up/right in document
|
||||
d/u - Down/up a half page
|
||||
gg - Top of document
|
||||
G - Bottom of document
|
||||
f - Highlight URLS to follow
|
||||
J/K - Zoom out/in
|
||||
s - Zoom to fit width
|
||||
a - Zoom to fit height
|
||||
r - Reload document if changed
|
||||
R - Rotate document
|
||||
D - Toggle dual-page mode
|
||||
p - Print document
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
cat ~/.config/getkeys/"$1" 2>/dev/null && exit
|
||||
echo "Run command with one of the following arguments for info about that program:"
|
||||
ls ~/.config/getkeys
|
Loading…
Reference in a new issue