readme reflects vifm change

This commit is contained in:
Luke Smith 2019-03-27 18:42:40 -04:00
parent 4a1833dd9d
commit bbb839bcab

View file

@ -163,7 +163,7 @@ This indicates the direction that the next window will spawn.
Naturally, you can use \f(CWyay\fP to look for and install any you want to add. Naturally, you can use \f(CWyay\fP to look for and install any you want to add.
.LI .LI
.ITEM .ITEM
\f(CWMod+r\fP \(en ranger (file browser/manager) \f(CWMod+r\fP \(en vifm (file browser/manager)
.ITEM .ITEM
\f(CWMod+e\fP \(en mutt (email; not installed by default, see below) \f(CWMod+e\fP \(en mutt (email; not installed by default, see below)
.ITEM .ITEM
@ -307,17 +307,17 @@ would expect.
.PP .PP
Note the files \f(CW~/.config/bmdirs\fP and \f(CW~/.config/bmfiles\fP. Note the files \f(CW~/.config/bmdirs\fP and \f(CW~/.config/bmfiles\fP.
These files hold bookmarked directories and files respectively, along with shortcut keys to their left. These files hold bookmarked directories and files respectively, along with shortcut keys to their left.
LARBS, specfically the \f(CWshortcuts\fP script, will automatically read these files and autogenerate aliases and shortcuts for bash/zsh and ranger from them. LARBS, specfically the \f(CWshortcuts\fP script, will automatically read these files and autogenerate aliases and shortcuts for bash/zsh and vifm from them.
.PP .PP
For example, by default, the shortcut key for \f(CW~/Documents\fP is simply \f(CWd\fP. For example, by default, the shortcut key for \f(CW~/Documents\fP is simply \f(CWd\fP.
Thus, if you type and run \f(CWd\fP in bash, you will automatically \f(CWcd\fP to \f(CW~/Documents\fP. Thus, if you type and run \f(CWd\fP in bash, you will automatically \f(CWcd\fP to \f(CW~/Documents\fP.
It also generates four ranger shortcuts using the shortcut \f(CWd\fP: It also generates four vifm shortcuts using the shortcut \f(CWd\fP:
.LI .LI
.ITEM .ITEM
\f(CWgd\fP \(en \f(CWgd\fP \(en
Go to \f(CW~/Documents\fP Go to \f(CW~/Documents\fP
.ITEM .ITEM
\f(CWmd\fP \(en \f(CWMd\fP \(en
Move (mv) selected file(s) to \f(CW~/Documents\fP Move (mv) selected file(s) to \f(CW~/Documents\fP
.ITEM .ITEM
\f(CWtd\fP \(en \f(CWtd\fP \(en
@ -328,9 +328,9 @@ Copy/yank (cp) a copy of the selected file(s) to \f(CWDocuments\fP
.LIST OFF .LIST OFF
Shortcuts like these are generated for all key sequence/directory pairs in \f(CW~/.config/bmdirs\fP. Shortcuts like these are generated for all key sequence/directory pairs in \f(CW~/.config/bmdirs\fP.
Additionally, you may also add editable files to \f(CW~/.config/bmfiles\fP. Additionally, you may also add editable files to \f(CW~/.config/bmfiles\fP.
Each key sequence you pair with a file will become an alias to edit it in either bash or ranger. Each key sequence you pair with a file will become an alias to edit it in either bash or vifm.
.PP .PP
Whenever you edit and save one of the bookmark files, vim will automatically rerun the shortcut script, thus updating the shortcuts that will be used in new instances of bash and ranger. Whenever you edit and save one of the bookmark files, vim will automatically rerun the shortcut script, thus updating the shortcuts that will be used in new instances of bash and vifm.
It just werks. It just werks.
Note that it is your responsibility to ensure that none of the bindings you add conflict with another necessary function or command. Note that it is your responsibility to ensure that none of the bindings you add conflict with another necessary function or command.
.HEADING 1 "Frequently Asked Questions (FAQs)" .HEADING 1 "Frequently Asked Questions (FAQs)"