added save all dirty command

This commit is contained in:
Allen Webster 2017-06-29 21:24:19 -04:00
parent 6c0ebe83b1
commit 732b3068b2
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ default_keys(Bind_Helper *context){
bind(context, 'i', MDFR_CTRL, interactive_switch_buffer);
bind(context, 'w', MDFR_CTRL, save_as);
bind(context, 'h', MDFR_CTRL, project_go_to_root_directory);
bind(context, 'S', MDFR_CTRL, save_dirty_buffers);
bind(context, 'c', MDFR_ALT, open_color_tweaker);
bind(context, 'd', MDFR_ALT, open_debug);