spacemacs/contrib/!lang/fsharp/README.org
2015-06-11 21:31:42 -04:00

1.7 KiB

F# contribution layer for Spacemacs

/TakeV/spacemacs/media/commit/460ce540063bebed729887c4db3dc734161e8885/contrib/!lang/fsharp/img/fsharp.png

Table of Contents   TOC@4

Description

This layer adds support for F# language using fsharpbinding.

Packages Included

Install

To use this contribution add it to your ~/.spacemacs

  (setq-default dotspacemacs-configuration-layers '(fsharp))

Key Bindings

Key Binding Description
mcc Build the project
mgg Go to definition at point
mht Show tooltip help at point

REPL

Key Binding Description
msb Send buffer to the REPL
msB Send buffer to the REPL and switch to the REPL in insert state
msi Start a REPL
msp Send phrase to the REPL
msP Send phrase to the REPL and switch to the REPL in insert state
msr Send region to the REPL
msR Send region to the REPL and switch to the REPL in insert state
mss Show the REPL