Skip to content

Instantly share code, notes, and snippets.

@briochemc
Last active June 24, 2021 01:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briochemc/44f1778d0d4e7ad2c3257157638cbb2c to your computer and use it in GitHub Desktop.
Save briochemc/44f1778d0d4e7ad2c3257157638cbb2c to your computer and use it in GitHub Desktop.

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

help
clutter
shell
tab
smileytab
latextab
argtab
updown

@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