Skip to content

Instantly share code, notes, and snippets.

@Kache
Kache / 01.bash_shortcuts_v2.md
Created October 13, 2024 02:19 — forked from tuxfight3r/01.bash_shortcuts_v2.md
Bash keyboard shortcuts

Bash Shortcuts

visual cheetsheet

Moving

command description
ctrl + a Goto BEGINNING of command line
# Activate the gem you are reporting the issue against.
#gem 'activerecord', '4.2.1' # works in this version, for me
gem 'activerecord', '4.0.13'
require 'active_record'
require 'minitest/autorun'
require 'logger'
# Ensure backward compatibility with Minitest 4
Minitest::Test = MiniTest::Unit::TestCase unless defined?(Minitest::Test)