Skip to content

Devel/terminal #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions docs/connect/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,10 @@ On access nodes, typical user tasks include
ssh -X aion-cluster # OR on Mac OS: ssh -Y aion-cluster
```

!!! tip "Install Neovim using Micormamba"
Neovim is not installed by default on the HPC but you can install it using [Micromamba](../environment/conda.md#Installation).

```bash
micromamba create --name editor-env
micromamba install --name editor-env conda-forge::nvim
```
After installation you can create a alias in your `.bashrc` for easy access:
```bash
alias nvim='micromamba run --name editor-env nvim'
```
<!-- tip about installing NeoVim -->
{%
include-markdown "work.md"
start="<!--neovin-install-start-->"
end="<!--neovin-install-end-->"
%}

Binary file added docs/connect/images/success_connect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/connect/images/tmux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading