mirror of
https://github.com/veeso/termscp.git
synced 2026-07-20 23:04:11 +02:00
50 lines
4.2 KiB
Markdown
50 lines
4.2 KiB
Markdown
# Keyboard shortcuts
|
|
|
|
The following keys are available in the file explorer. Press `<H|F1>` at any time to open the in-app help.
|
|
|
|
| Key | Action |
|
|
| -------------- | ---------------------------------------------------------------------- |
|
|
| `<ESC>` | Disconnect from the remote and return to the authentication page |
|
|
| `<BACKSPACE>` | Go to the previous directory in the navigation stack |
|
|
| `<TAB>` | Switch the active explorer tab |
|
|
| `<RIGHT>` | Move to the remote explorer tab |
|
|
| `<LEFT>` | Move to the local explorer tab |
|
|
| `<UP>` | Move up in the selected list |
|
|
| `<DOWN>` | Move down in the selected list |
|
|
| `<PGUP>` | Move up in the selected list by 8 rows |
|
|
| `<PGDOWN>` | Move down in the selected list by 8 rows |
|
|
| `<ENTER>` | Enter the selected directory |
|
|
| `<SPACE>` | Upload or download the selected file |
|
|
| `<BACKTAB>` | Switch between the log tab and the explorer |
|
|
| `<A>` | Toggle the display of hidden files |
|
|
| `<B>` | Choose how files are sorted |
|
|
| `<C\|F5>` | Copy the selected file or directory |
|
|
| `<D\|F7>` | Make a new directory |
|
|
| `<E\|F8\|DEL>` | Delete the selected file |
|
|
| `<F>` | Search for files (wildcard matching is supported) |
|
|
| `<G>` | Go to the supplied path |
|
|
| `<H\|F1>` | Show the help |
|
|
| `<I>` | Show information about the selected file or directory |
|
|
| `<K>` | Create a symlink pointing to the currently selected entry |
|
|
| `<L>` | Reload the current directory's content, or clear the current selection |
|
|
| `<M>` | Select a file |
|
|
| `<N>` | Create a new file with the provided name |
|
|
| `<O\|F4>` | Edit the selected file in your text editor |
|
|
| `<P>` | Open the log panel |
|
|
| `<Q\|F10>` | Quit termscp |
|
|
| `<R\|F6>` | Rename the selected file |
|
|
| `<S\|F2>` | Save the selected file as a new name |
|
|
| `<T>` | Synchronize changes on the selected path to the remote |
|
|
| `<U>` | Go to the parent directory |
|
|
| `<V\|F3>` | Open the selected file with the default program for its file type |
|
|
| `<W>` | Open the selected file with a program you specify |
|
|
| `<X>` | Execute a command |
|
|
| `<Y>` | Toggle synchronized browsing |
|
|
| `<Z>` | Change the file mode |
|
|
| `</>` | Filter files (both regex and wildcard matching are supported) |
|
|
| `<CTRL+A>` | Select all files |
|
|
| `<ALT+A>` | Deselect all files |
|
|
| `<CTRL+C>` | Abort the file transfer process |
|
|
| `<CTRL+S>` | Get the total size of the selected path |
|
|
| `<CTRL+T>` | Show all synchronized paths |
|