forgot which markdown

This commit is contained in:
Luke Smith 2019-05-08 11:38:15 -04:00
parent 84d49f527d
commit 2087ab9c6d
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -4,16 +4,16 @@ The [suckless terminal (st)](https://st.suckless.org/) with some additional feat
## Unique features (using dmenu) ## Unique features (using dmenu)
+ *follow urls* by pressing `alt-l` + **follow urls** by pressing `alt-l`
+ *copy urls* in the same way with `alt-y` + **copy urls** in the same way with `alt-y`
+ *copy the output of commands* with `alt-o` + **copy the output of commands** with `alt-o`
## Bindings for ## Bindings for
+ *scrollback* with `alt-↑/↓` or `alt-pageup/down` or `shift` while scrolling the mouse + **scrollback** with `alt-↑/↓` or `alt-pageup/down` or `shift` while scrolling the mouse
+ OR *vim-bindings*: scroll up/down in history with `alt-k` and `alt-j`. Faster with `alt-u`/`alt-d`. + OR **vim-bindings**: scroll up/down in history with `alt-k` and `alt-j`. Faster with `alt-u`/`alt-d`.
+ *zoom/change font size*: same bindings as above, but holding down shift as well. `alt-home` returns to default + **zoom/change font size**: same bindings as above, but holding down shift as well. `alt-home` returns to default
+ *copy text* with `alt-c`, *paste* is `alt-v` or `shift-insert` + **copy text** with `alt-c`, **paste** is `alt-v` or `shift-insert`
## Pretty stuff ## Pretty stuff