Wednesday, July 13, 2022

Re: displaying line count of highlighted lines


Yep, have that on the .vimrc set, but no tabacco:

:set
--- Options ---
  autoindent          hidden              shiftwidth=2        ttyfast
  diffexpr=MyDiff()   hlsearch            showcmd             ttymouse=xterm
  expandtab           ruler               showmatch           window=59
  filetype=python     scroll=29           softtabstop=2       winheight=50
  helplang=en         scrolloff=10        syntax=python       wrapmargin=4
  backspace=indent,eol,start
  clipboard=autoselect
  fileencoding=utf-8
  fileencodings=ucs-bom,utf-8,default,latin1
  statusline=%#warningmsg#%{SyntasticStatuslineFlag()}%*
  suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg
,.inx,.out,.toc
Press ENTER or type command to continue

On Tuesday, July 5, 2022 at 2:00:28 PM UTC-4 cbl...@256bit.org wrote:

On Mo, 04 Jul 2022, jose isaias cabrera wrote:

>
> Hi.
> I just installed a term-only Ubuntu server with vim, and I would like to show the highlighted lines count like my gvim one does in another system. For example, when I highlight 12 lines on the gvim instance in another server, at the bottom
> of the gvim screen I get,
>
> -- VISUAL -- 12 1251, 16 37%
>
> but, when I do the same on the ssh'ed xterm, I get,
>
> ".vimrc" 93L, 2275C 1,1 Top
>
> I know is problem some type of setting on the .vimrc, and perhaps someone can help with this. Any help would be greatly appreciated. Thanks.

Try

:set showcmd


Best,
Christian
--
Zum Fortsetzen drücken sie eine beliebe Taste, zum Abbrechen eine
andere Taste.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/db266d4d-f33d-43b8-88fc-72791ec89172n%40googlegroups.com.

No comments: