Skip to content

Commit

Permalink
Merge pull request #927 from juhasch/fix/codefolding
Browse files Browse the repository at this point in the history
Restore default codefolding hotkey
  • Loading branch information
juhasch authored Mar 27, 2017
2 parents 037b187 + 2dc610b commit 7ccd379
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ define([

// define default config parameter values
var params = {
codefolding_hotkey : 'Ctrl-x',
codefolding_hotkey : 'Alt-f',
};

// updates default params with any specified in the server's config
Expand Down

0 comments on commit 7ccd379

Please # to comment.