layout | title | language | order |
---|---|---|---|
documentation |
Tips and tricks |
en |
4 |
- Clicking on the edit icon lets you move a file either with an absolute or with a relative path. In other words, you can type:
/tmp/foo.txt
to move into your tmp folder and rename your file to foo.txt../test/bar.txt
- Ctrl+F to search for something
- Alt+1, Alt+2: to change the view mode while browsing your files
- Ctrl+h: to toggle visibility of hidden files
- Esc to exit visible popup
- Going to /about{:rel="nofollow"} gives you information about the release
- The text editor supports many of emacs' keybindings. If you're not part of the church of emacs{:rel="nofollow"}, we also provide keybindings for vi and Sublime Text. This can be set via the admin console
- The admin console has a few cool tricks under its belt, my favorite is for it to be enabled from
features => enable_console
. Restart your instance and navigate to/tty/
: you will be greeted with a fully-fledged bash console straight from your browser, which is very handy when it comes to maintenance. - You can create deep links from the login page. Want to know more? See our [FTP client]({% post_url 2019-11-26-ftp-web-client %}) and [S3]({% post_url 2019-11-21-s3-browser %}) pages. Pro tip: If your use case allows for it, replace the url parameters with hash params, it will work the same way but won't show on the server logs