Skip to content

Commit

Permalink
changed default aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
k2nr committed Dec 23, 2011
1 parent 4b64388 commit dd95bac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions coffee/settings.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pagecmd *.pdf nmap <C-f> <NOP>\n
"i" : "FocusOnFirstInput"
"u" : "RestoreTab"
"gp" : "WinOpenNew --pop"
"gs" : "TabOpenNew view-source:%url"
"gs" : "TabOpenNew --next view-source:%url"
"yy" : "copyurl"
"p" : "Open %clipboard"
"P" : "TabOpenNew %clipboard"
Expand Down Expand Up @@ -155,7 +155,7 @@ pagecmd *.pdf nmap <C-f> <NOP>\n
"q" : "TabCloseAll"
"copyurl" : "Copy %url"
"copytitle" : "Copy %title"
"viewsource" : "TabOpenNew view-source:%url"
"viewsource" : "TabOpenNew --next view-source:%url"
# for obsolete commands
"OpenNewTab" : "TabOpenNew"
"MoveToNextTab" : "TabFocusNext"
Expand Down
4 changes: 2 additions & 2 deletions settings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd95bac

Please sign in to comment.