We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Typographical corrections, courtesy of Jamin Hanna.
Change <+/str to <*/str.
Add a function to find files.
Add a blank line before lines of code.
Add functions to change the file name.
Use the '_ and '. macros.
Change more functions to use the '_, '., and '+ macros and to use named temporary buffers.
Before creating a temporary buffer, check whether a buffer with the same name already exists.
Change the function to add a new file so that it uses the '_ macro and a named temporary buffer.
Uncomment a line.
Make the up function work in more situations. Use a named temporary buffer instead of a numbered session. Use the '. and '_ macros.
Add quotation markes around ~0 when passing it to the shell command [ in case it contains spaces.
Avoid an issue with the function that moves a file or directory.
The cp function stays on the current file.
Simplify tests.
Find the previous file or directory in the parent directory.
Do not change the modification date of an existing file.
Function to change the file mode.
Create and run commands to navigate the directories.
Add a function to call grep.
Include some new features for going up and down in the history.
Fix a typing mistake.
Make sure the destination directory exists before moving the file to it.
Added H- and sw+.
Removing incorrect spaces.
Added space after #.
Refresh a directory after moving a file.
Updated functions to use $EB_DIR.
Edit a file with a relative file reference.
The functions to add and copy a file navigate to the new file more reliably.