Skip to content

Commit

Permalink
Remove single-letter command aliases. #3
Browse files Browse the repository at this point in the history
  • Loading branch information
nixme committed Mar 16, 2012
1 parent 92de751 commit d3d92b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## UNRELEASED

# Removed single letter aliases for **step**, **next**, and **continue** because
of conflicts with common variable names.


## 0.1.0 (2012-02-02)

* MRI 1.8.7 support
Expand Down
4 changes: 0 additions & 4 deletions lib/pry-nav/commands.rb
Expand Up @@ -17,10 +17,6 @@ module PryNav
run 'exit-all'
end

alias_command 'n', 'next'
alias_command 's', 'step'
alias_command 'c', 'continue'

helpers do
def breakout_navigation(action, times)
_pry_.binding_stack.clear # Clear the binding stack.
Expand Down

0 comments on commit d3d92b3

Please sign in to comment.