Ctrl+h select file tree
Ctrl+l select file editor
Shift+h left editor tab
Shift+l right editor tab
Alt+j move current line up
Alt+k move current line down
double space filename search(telescope) - `Ctrl+d` and `Ctrl+u` to scroll preview
This file contains hidden or 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
| version: "3.8" | |
| services: | |
| bitcoind: | |
| image: "lightninglabs/bitcoin-core:25" | |
| command: | |
| - -regtest | |
| - -rpcbind=0.0.0.0 | |
| - -rpcallowip=0.0.0.0/0 | |
| - -rpcuser=rpcuser | |
| - -rpcpassword=rpcpassword |
Fish is a smart and user-friendly command line (like bash or zsh). This is how you can instal Fish on MacOS and make your default shell.
Note that you need the https://brew.sh/ package manager installed on your machine.
brew install fish