xurls no longer required

This commit is contained in:
Luke Smith
2019-04-04 18:36:38 -04:00
parent 44a6c377b1
commit 7af0421674
3 changed files with 2 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ The [suckless terminal (st)](https://st.suckless.org/) with some additional feat
+ Very useful keybinds including:
+ Copy is alt-c, paste is alt-v or alt-p pastes from primary selection
+ Alt-l feeds all urls on screen to dmenu, so they user can choose and
follow one (requires xurls and dmenu installed).
follow one (requires dmenu installed).
+ Zoom in/out or increase font size with Alt+Shift+k/j or u/d for larger intervals.
+ Hold alt and press either ↑/↓ or the vim keys k/j to move up/down in the terminal.
+ Shift+Mouse wheel do the same.