Code

screen_song: new screen which views song information
[ncmpc.git] / src / command.c
index a1737a94215e510d1d46d007452e567cdde187ec..9dae30be6da716bfe509a05ce90c6a808bfe987d 100644 (file)
@@ -142,6 +142,9 @@ static command_definition_t cmds[] = {
        { { '"', 0, 0 }, 0, CMD_GO_PARENT_DIRECTORY, "go-parent-directory",
          N_("Go to parent directory") },
 
+       { { 'i', 0, 0 }, 0, CMD_VIEW, "view",
+         N_("View the song") },
+
        { { 'G', 0, 0 }, 0, CMD_LOCATE, "locate",
          N_("Locate song in browser") },