Skip to content

Commit

Permalink
removing commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3nd committed Feb 10, 2018
1 parent 24d88fa commit 98645ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vi.c
Expand Up @@ -1023,9 +1023,6 @@ void editorProcessKeypress() {
//printf("%d", c); // for getting key code
if (E.mode == M_COMMAND) {
switch (c) {
/*case CTRL_KEY('s'):*/
/* editorSave();*/
/* break;*/
case CTRL_KEY('d'):
editorMoveCursor(PAGE_DOWN);
break;
Expand Down

0 comments on commit 98645ea

Please sign in to comment.