You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/doc/targets/neovim.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The default order of fields in each terminal description in the menu is
46
46
3.`term_title` Usually either the systemname, username, and current directory of the shell, or the name of the currently running process in that shell. (unlabeled by default)
47
47
4.`name` The name of the terminal buffer (unlabeled by default).
48
48
49
-
The user can reorder these items and set their labels in the menu by setting a global variable, `g:slime_neovim_menu_order`, that should be an array of dictionaries. Keys should be exactly the names of the fields, shown above, and the values (which should be strings) will be the labels in the menu, according to user preference. Use empty strings for no label. The order of the dictionaries in the array will be the order used in the menu.
49
+
The user can reorder these items and set their labels in the menu by setting a global variable, `g:slime_neovim_menu_order`, that should be an array of dictionaries. Keys should be exactly the names of the fields, shown above, and the values (which must be strings) will be the labels in the menu, according to user preference. Use empty strings for no label. The order of the dictionaries in the array will be the order used in the menu.
50
50
51
51
For example:
52
52
@@ -64,7 +64,7 @@ No validation is performed on these customization values so be sure they are pro
64
64
65
65
## Unlisted Terminals
66
66
67
-
By default, Slime can send text to unlisted terminals (such as those created by [toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim).
67
+
By default, Slime can send text to unlisted terminals (such as those created by [toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim)).
68
68
69
69
To disable this capability, and prevent unlisted terminals from being shown in menu configuration and from being suggested as a default set `g:slime_neovim_ignore_unlisted = 1` (or to any other logically true value). Setting `g:slime_neovim_ignore_unlisted = 0` preserves the default of being able to send to unlisted terminals.
70
70
@@ -162,7 +162,7 @@ function! GetSlimePid()
162
162
endfunction
163
163
164
164
165
-
"default statuslin with :set ruler
165
+
"default statusline with :set ruler
166
166
set statusline=%<%f\ %h%m%r%=%-14.(%l,%c%V%)\ %P
167
167
" Append the custom function outputs to the right side of the status line
168
168
set statusline+=%{GetSlimeJobId()}\ %{GetSlimePid()}
0 commit comments