feature(vim) add hot keys

This commit is contained in:
coderaiser 2017-09-07 18:22:47 +03:00
parent dc79ab4a25
commit 324022743b
13 changed files with 649 additions and 21 deletions

View file

@ -38,26 +38,28 @@ programs in browser from any computer, mobile or tablet device.
--port set port number
--progress show progress of file operations
--html-dialogs use html dialogs
--open open web browser when server started
--name set tab name in web browser
--one-panel-mode set one panel mode
--contact enable contact
--config-dialog enable config dialog
--console enable console
--terminal enable terminal
--terminal-path set terminal path
--open open web browser when server started
--name set tab name in web browser
--vim enable vim hot keys
--no-auth disable authorization
--no-server do not start server
--no-online load scripts from local server
--no-open do not open web browser when server started
--no-name set default tab name in web browser
--no-one-panel-mode unset one panel mode
--no-progress do not show progress of file operations
--no-html-dialogs do not use html dialogs
--no-one-panel-mode unset one panel mode
--no-contact disable contact
--no-config-dialog disable config dialog
--no-console disable console
--no-terminal disable terminal
--no-name set default tab name in web browser
--no-vim disable vim hot keys
.SH RESOURCES AND DOCUMENTATION