Skip to content

Commit

Permalink
Add config_tmux to transition the README's list
Browse files Browse the repository at this point in the history
Close #84
  • Loading branch information
jalvesaq committed Mar 13, 2024
1 parent a1c2722 commit c4b7e7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ behave.
The option `nvim_wd` was renamed as `setwd` and it now is a string and its
default value is "no".

The option `notmuxconf` was renamed as `config_tmux` to avoid the negation of
the negation `notmuxconf=false` or the even more awkward confirmation of the
negation `notmuxconf=true`. The default value of `config_tmux` is `true`.

There are two new commands:

- `:RMapsDesc` displays the list of key bindings followed by short
Expand Down
18 changes: 9 additions & 9 deletions doc/R.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -650,18 +650,18 @@ command:
|objbr_allnames| Display hidden objects in the Object Browser
|nvimpager| Use Neovim to see R documentation
|open_example| Use Neovim to display R examples
|R_path| Directory where R is
|R_app|, |R_cmd| Names of R applications
|R_args| Arguments to pass to R
|R_start_libs| Objects for auto completion and syntax highlight
|Rout_more_colors| More syntax highlighting in R output
|R_path| Directory where R is
|R_app|, |R_cmd| Names of R applications
|R_args| Arguments to pass to R
|R_start_libs| Objects for auto completion and syntax highlight
|Rout_more_colors| More syntax highlighting in R output
|routnotab| Show output of R CMD BATCH in new window
|notmuxconf| Don't use a specially built Tmux config file
|config_tmux| Don't use a specially built Tmux config file
|rconsole_height| Number of lines of R Console
|rconsole_width| Number of columns of R Console
|min_editor_width| Minimum number of columns of editor after R start
|applescript| Use osascript in Mac OS X to run R.app
|RStudio_cmd| Run RStudio instead of R.
|RStudio_cmd| Run RStudio instead of R.
|listmethods| Do `nvim.list.args()` instead of `args()`
|specialplot| Do `nvim.plot()` instead of `plot()`
|paragraph_begin| Send paragraph from its beginning
Expand Down Expand Up @@ -693,8 +693,8 @@ command:
|tmpdir| Where temporary files are created
|compldir| Where lists for auto completion are stored
|remote_compldir| Mount point of remote cache directory
|R.nvim-df-view| Options for visualizing a data.frame or matrix
|R.nvim-SyncTeX| Options for SyncTeX
|R.nvim-df-view| Options for visualizing a data.frame or matrix
|R.nvim-SyncTeX| Options for SyncTeX


------------------------------------------------------------------------------
Expand Down

0 comments on commit c4b7e7c

Please sign in to comment.