Skip to content

Instantly share code, notes, and snippets.

View joiggama's full-sized avatar

Ignacio Galindo joiggama

  • Málaga, Spain
  • 16:47 (UTC +02:00)
View GitHub Profile
@joiggama
joiggama / capybara cheat sheet
Created January 30, 2017 07:35 — forked from zhengjia/capybara cheat sheet
capybara cheat sheet
=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')
@joiggama
joiggama / tmux.md
Created January 18, 2017 17:55 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a