commit d32ec5ff0bca32c6ac4ab33380beb22f52e7cb97
Author: Julius Huelsmann <juliusHuelsmann_AT_gmail.com>
Date: Wed Feb 12 19:32:47 2020 +0100
[st][patch][vim_browse]: new patch (new features)
diff --git a/st.suckless.org/patches/vim_browse/index.md b/st.suckless.org/patches/vim_browse/index.md
index ed548ee4..bf1cb9a0 100644
--- a/st.suckless.org/patches/vim_browse/index.md
+++ b/st.suckless.org/patches/vim_browse/index.md
_AT_@ -25,6 +25,9 @@ The default behavior listed below can be adapted:
* Jump to the cursor position prior to entering Vim Browse Mode: `G`
* Repeat last command string: `.`
* in Visual Mode `v`: use `t` to toggle block selection mode
+* Commands like `yiw` and `ya{` are implemented.
+* `<Ctrl>f`(one page 'down') `<Ctrl>b` (one page up) `<Ctrl>u`, `<Ctrl>d` for half page up/down.
+* `.` (repeat) last set of motions, and `c` to clear the last motion.
**Custom Commands**:
Custom arrangements of the aforementioned commands can be defined in the configuration file:
_AT_@ -92,12 +95,13 @@ Download
--------