2018-10-06 15:26:20 +00:00
2017-07-17 20:43:01 +00:00
\INCLUDE{site_header.txt}
2017-03-30 23:42:26 +00:00
2017-11-11 18:03:14 +00:00
4coder version \VERSION
2017-03-30 23:42:26 +00:00
2017-11-11 18:03:14 +00:00
\SECTION{Built in Bindings}
2017-11-22 20:05:58 +00:00
\ITEM \STYLE{code} "default" \END The default 4coder bindings - typically good for Windows and Linux
\ITEM \STYLE{code} "mac-default" \END Default 4coder bindings on a Mac keyboard
2017-11-11 18:03:14 +00:00
\END
\SECTION{Map: default}
2017-11-18 22:40:10 +00:00
\SECTION{mapid-global}
2017-11-22 20:05:58 +00:00
The following bindings apply in all situations.
2017-11-18 22:40:10 +00:00
\LIST
\ITEM \STYLE{code} <ctrl ,> \END Change the currently active panel, moving to the panel with the next highest view_id.
\ITEM \STYLE{code} <ctrl <> \END Change the currently active panel, moving to the panel with the next lowest view_id.
\ITEM \STYLE{code} <ctrl n> \END Interactively creates a new file.
2018-08-12 03:45:09 +00:00
\ITEM \STYLE{code} <ctrl o> \END Interactively open a file out of the file system.
2018-06-02 23:02:14 +00:00
\ITEM \STYLE{code} <alt o> \END Interactively opens a file in the other panel.
2017-11-18 22:40:10 +00:00
\ITEM \STYLE{code} <ctrl k> \END Interactively kill an open buffer.
\ITEM \STYLE{code} <ctrl i> \END Interactively switch to an open buffer.
\ITEM \STYLE{code} <ctrl h> \END Changes 4coder's hot directory to the root directory of the currently loaded project. With no loaded project nothing hapepns.
\ITEM \STYLE{code} <ctrl S> \END Saves all buffers marked dirty (showing the '*' indicator).