-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
35 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Getting Started | ||
|
||
For a list of all keybindings look at `default_config.nim` and `keybindings_normal.nim`/`keybindings_vim.nim` | ||
To open this document at any time run the command `help` | ||
|
||
# Useful keybindings (C: Control, A: Alt, S: Shift) | ||
- For `<LEADER>` you can either press `<SPACE>` or `<C-b>` | ||
- `<ESCAPE>`: cancel or close e.g. popups | ||
- `<C-x><C-x>`: quit | ||
- `<LEADER><LEADER>`: enter the command line to run commands by name. (Aftwards press `<C-SPACE>` to see the list of builtin commands) | ||
- `<LEADER>gf`: open the file chooser | ||
- `<LEADER>ge`: open the file chooser (only shows files open in background) | ||
- `<CA-x>`: close the current view | ||
- `<CA-n>` and `<CA-t>`: switch between views | ||
- `<C-s>`: save file | ||
|
||
## Text Editor | ||
- `<C-SPACE>`: show completion window | ||
- with vim keybindings: | ||
- `gd`: go to definition | ||
- `gs`: go to symbol in current file | ||
|
||
## Popups | ||
- `<ENTER>` or `<TAB>`: select the currently selected item | ||
- `<ESCAPE>`: close the popup | ||
- `<UP>` or `<DOWN>`: select the next/previous item | ||
|
||
# Useful commands | ||
- `load-normal-keybindings`: load "normal" keybindings (like vs code) | ||
- `load-vim-keybindings`: load vim like keybindings (WIP) | ||
- `logs`: show the log file |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.