better command names
This commit is contained in:
12
README.md
12
README.md
@@ -10,7 +10,7 @@ Install with your plugin manager.
|
||||
Lazy.nvim
|
||||
```bash
|
||||
{
|
||||
"LucasMiguel/nvim-sync-ftp",
|
||||
url = "https://git.cems.dev/cdricms/nvim-sync-ftp",
|
||||
config = function ()
|
||||
require('nvim-sync-ftp').setup()
|
||||
end
|
||||
@@ -47,6 +47,12 @@ Create a file named `.sync-ftp-config` in the project root, or run the command `
|
||||
|
||||
## Commands
|
||||
|
||||
`:SyncFtpMapToRemote`: Create configuration file in root directory
|
||||
`:FtpInit`: Create configuration file in root directory
|
||||
|
||||
`:SyncFtpUpload`: Upload file from current open Buffer
|
||||
`:FtpPushFile`: Upload file from current open Buffer
|
||||
|
||||
`:FtpPush`: Upload directory from current open Buffer
|
||||
|
||||
## Original project
|
||||
|
||||
https://github.com/LucasMiguel/nvim-sync-ftp
|
||||
|
||||
Reference in New Issue
Block a user