File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -116,14 +116,17 @@ Customizing *iron-customizing*
116116
117117To change iron's behavior, change the following variables:
118118
119- g:iron_REPL_open_cmd
120- Allows REPL to be positioned differently.
119+ g:iron_repl_open_cmd
120+ Allows REPL to be positioned differently. To open in a vertical split,
121+ set this to "vsplit", for example.
121122
122- g:iron_new_REPL_hooks
123+ g:iron_new_repl_hooks
123124 List of functions to be executed after any REPL is opened.
124125
125- g:iron_new_`ft`_REPL_hooks
126+ g:iron_new_`ft`_repl_hooks
126127 Provide specific functions to be executed after a REPL of given ft is opened.
128+ Here, `ft` should be replaced by the intended filetype, eg. 'python'
129+ (without the quotes).
127130
128131g:iron_map_defaults
129132 Provide default global mappings (see |iron-mappings|) to send a chunk of text
You can’t perform that action at this time.
0 commit comments