mirror of
https://github.com/Cloudef/bemenu
synced 2024-11-23 09:21:59 +01:00
Document paste functionality
This commit is contained in:
parent
00efc974d7
commit
0c9cfd029c
@ -131,6 +131,7 @@ Typically [wlroots](https://github.com/swaywm/wlroots)-based compositors.
|
||||
| Ctrl + k | Kill text after cursor |
|
||||
| Ctrl + w | Kill all text in filter |
|
||||
| Ctrl + m | Execute selected item |
|
||||
| Ctrl + y | Paste clipboard |
|
||||
|
||||
## Projects using bemenu
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
.Dd March 29, 2021
|
||||
.Dd November 1, 2021
|
||||
.Dt BEMENU 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -268,6 +268,8 @@ Remove all characters before the cursor.
|
||||
Remove all characters after the cursor.
|
||||
.It Cm C-w
|
||||
Clear the filter.
|
||||
.It Cm C-y
|
||||
Paste the clipboard.
|
||||
.It Cm M- Ns Op 0\(en9
|
||||
Print selected items and exit with a custom error code.
|
||||
See
|
||||
|
Loading…
Reference in New Issue
Block a user