Skip to content

Instantly share code, notes, and snippets.

View pdx91's full-sized avatar
:shipit:
shipit

PD pdx91

:shipit:
shipit
View GitHub Profile
@pdx91
pdx91 / capybara cheat sheet
Created October 8, 2015 22:39 — 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')
@pdx91
pdx91 / tmux.md
Created August 15, 2016 04:48 — 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