Skip to content

Instantly share code, notes, and snippets.

@briochemc
Last active June 24, 2021 01:04

Here is a curated list of various Julia tips and tricks to use with Julia's REPL interface. The nice colors (and some of the tricks) use OhMyREPL.

  1. Go to shell mode with ;

    shell

  2. Clear your screen with CTRL-L (or type ;clear)

    clear

    (Note that ^ in the shown keyboard input is the CTRL key.)

  3. Get help with ?

    help

  4. Rerun past commands with up/down arrows

    updown

  5. Autocomplete with the tab key (⇥) for

    1. functions:

      tab

    2. LaTex symbols:

      latextab

    3. function arguments:

      argtab

    4. smileys:

      smileytab

@briochemc
Copy link
Author

briochemc commented Apr 23, 2020

@briochemc
Copy link
Author

Updating registry and packages little movie:

julia_up.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment