diff --git a/src/files.h b/src/files.h index 272a406..61e2594 100644 --- a/src/files.h +++ b/src/files.h @@ -97,8 +97,13 @@ const std::string configjson = " \"run_command\": \"Return\",\n" " \"kill_last_running\": \"Escape\",\n" " \"force_kill_last_running\": \"Escape\",\n" +#ifdef __linux +" \"next_tab\": \"Tab\",\n" +" \"previous_tab\": \"Tab\",\n" +#else " \"next_tab\": \"Right\",\n" " \"previous_tab\": \"Left\",\n" +#endif " \"close_tab\": \"w\"\n" " },\n" " \"project\": {\n"