mirror of
https://github.com/mhinz/neovim-remote
synced 2024-11-11 13:10:34 +00:00
README: update comment
This commit is contained in:
parent
b385188f9c
commit
551fc73a83
@ -69,7 +69,7 @@ $ # Send keys to the current buffer of the server:
|
||||
$ # Enter insert mode, enter 'abc', and go back to normal mode again:
|
||||
$ nvim-remote.py --remote-send 'iabc<esc>'
|
||||
$ # Evaluate any VimL expression.
|
||||
$ # Get the absolute path to the server's current buffer:
|
||||
$ # Get all listed buffers:
|
||||
$ nvim-remote.py --remote-expr "join(sort(map(filter(range(bufnr('$')), 'buflisted(v:val)'), 'bufname(v:val)')), "\""\n"\"")"
|
||||
.config/git/config
|
||||
vim/vimrc
|
||||
|
Loading…
Reference in New Issue
Block a user