Skip to content

Commit

Permalink
Reword README
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-418 committed Oct 16, 2022
1 parent be7b505 commit 952f9b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ active terminal buffer: `:%Termitary send`.
Configuration
-------------

The default command name is `Termitary` but you can change it by setting
the `command_name` option in the `setup()` function, for example to `T`. You can also redefine the default `:T new` behavior by setting a `custom_new` function:
Both the command name and the how `new` works can be changed in the
`setup` function. In this example we will remap the command name from
the default `Termitary` to `T` and add an integration with the
[FTerm](https://github.com/numtostr/FTerm.nvim) floating terminal plugin:

```lua
require('termitary').setup({
Expand Down

0 comments on commit 952f9b0

Please sign in to comment.