, , , , key notation in Vim documentation

2017-11-10 Thread Renato Fabbri
I did not find explicitly in the manual, e.g. in :h key-notation, so... does anyone know if there is any difference in: , , for Vim? Also, when can one use A-C-S combinations? PS. has the alias , right? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your

syntax files not working in plugin directory

2017-11-10 Thread Renato Fabbri
I've been using this very minimal syntax highlighting scheme for Toki Pona, its just an ftdetect which sets the ft=tokipona and a syntax file that is loaded by vim when ft=tokipona: https://github.com/ttm/tokipona I like to keep the ftdetect/ ftplugin/ and syntax/ inside ~/.vim/plugin/tokipona/

vim versions

2017-11-03 Thread Renato Fabbri
vim commit messages are tagged with 8.0.1173 (last digit being incremented at each commit) while git pull reports 8.0.1257. Are these the stable versions? Which of these are the correct numbering and why do they differ? Also, are there alpha and beta versions and how to reach them. Best and

status lines between horizontal splits

2017-11-04 Thread Renato Fabbri
:se laststatus=0 disables the bottom status line. But when we have horizontal splits, the status line is always there. Anyone know how to disable it or replace it with a thin -- line? Best, R. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply

Re: vim versions

2017-11-04 Thread Renato Fabbri
Em sexta-feira, 3 de novembro de 2017 21:42:14 UTC-2, Tony Mechelynck escreveu: > On Fri, Nov 3, 2017 at 5:22 PM, Renato Fabbri <renato.fab...@gmail.com> wrote: > > vim commit messages are tagged with 8.0.1173 (last digit being incremented > > at each commit) > > whil

history of ". values

2017-11-09 Thread Renato Fabbri
the last inserted text is kept in the ". register (@. variable). It would be nice to keep a small history of the last ". values, maybe through "lkjh. But I found no {event} related to registers (necessary to trigger autocommands). I will use the InsertLeave {event}. Or something like it, but there

persistence of the more interface in the output of :reg :hist :jumps etc

2017-11-09 Thread Renato Fabbri
how can one make persistent such lists that are output by many commands in a more interface? I mean, so one can properly search, copy, and maybe iterate over them in a quickfix, argslist, file and directory lists manner. -- -- You received this message from the "vim_use" maillist. Do not

<C-\>

2017-11-07 Thread Renato Fabbri
is reserved for extensions (seems to be in all modes, see :h index). Reserved for extensions to be implemented in Vim by the development roadmap or extensions a user of plugin developer might implement? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your

change terminal colors

2018-05-07 Thread Renato Fabbri
do your syntax highlighting settings (set with :hi) of an already started terminal (started with :term) change? -- -- 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

Re: gf normal command to jump to specific line in file?

2018-05-17 Thread Renato Fabbri
thanks! i remembered to have seen it in the manual. how would you find it? i performed searches on Vim help and Google. tx++ r. On Thu, May 17, 2018 at 2:39 PM, Gary Johnson <garyj...@spocom.com> wrote: > On 2018-05-17, Renato Fabbri wrote: > > is there a notation such as

vim mapping calls xmodmap to swap : with ; in a keyboard with dead keys for accents

2018-05-19 Thread Renato Fabbri
mapping; nn p; :cal system('xmodmap ~/.Xmodmap') ~/.Xmodmap created with -pke > aux/PXmodmap and then swapping colon with semicolon Ctrl+space swaps dead keys and not dead keys, set by OS (ubuntu 16.04). But when swapping dead and no dead keys (c-space), ; is ; again, : is : again, and i

selfcomp r001 (made with bare Vim and :TOhtml)

2018-05-16 Thread Renato Fabbri
((( is the following content ok / interesting, or propaganda? please don't ban me i mean no harm ))) http://selfcomp.github.io ::: === OR === :: ~ selfcomp release 001, v0.01b ~ ~~ ../index ~~ ../rec/Machado, Felipe ↝ with a selection of "Originais do Sample", dancy stuff

gf normal command to jump to specific line in file?

2018-05-17 Thread Renato Fabbri
is there a notation such as ./dir/file that makes gf or f etc normal commands jump to line 44? tx++ -- -- 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 ---

Re: vim mapping calls xmodmap to swap : with ; in a keyboard with dead keys for accents

2018-05-22 Thread Renato Fabbri
dmap '.g:prv.paths.vim.'aux/PXmodmap2') " Notes: " - can I leave only the chars needed to swap in PXmodmap? e.g. only ; with :? " - i should make this through the system. as in: https://github.com/ttm/prv/blob/master/vimrc Em sábado, 19 de maio de 2018 23:18:42 UTC-3, Renato

reload ftdetect on the fly

2018-05-15 Thread Renato Fabbri
source the file(s) with the new relation {filename pattern} -> {set filetyle=somethig)? the string search patterns for syntax highlighting are reloaded when the file is reloaded (on the same Vim session/run/instance). Something like that for setting filetypes would be useful (for me at least).

Re: change terminal colors

2018-05-15 Thread Renato Fabbri
Em segunda-feira, 7 de maio de 2018 07:28:03 UTC-3, Renato Fabbri escreveu: > do your syntax highlighting settings (set with :hi) of an already started > terminal (started with :term) change? known Bug? tx++ -- -- You received this message from the "vim_use" maillist. Do no

Is it a matter of Unix ABC, B-A-BA', basics, school stuff, RTFM ?

2018-06-17 Thread Renato Fabbri
Vim is the right tool to write (and sometimes to read as well). ?? -- -- 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

Re: Is it a matter of Unix ABC, B-A-BA', basics, school stuff, RTFM ?

2018-06-23 Thread Renato Fabbri
eceived this message because you are subscribed to a topic in the > Google Groups "vim_use" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/vim_use/Q6o3CV4lkj4/unsubscribe. > To unsubscribe from this group and all its topics, send an e

Re: Is it a matter of Unix ABC, B-A-BA', basics, school stuff, RTFM ?

2018-06-30 Thread Renato Fabbri
Em domingo, 24 de junho de 2018 05:05:17 UTC-3, Christian Brabandt escreveu: > On Sa, 23 Jun 2018, Renato Fabbri wrote: > > > https://www.facebook.com/groups/124928894848184/permalink/174455496562190/ > > Please do not make us all click here random faceboook pages. Rat

colors missing in rgb.txt?

2018-01-08 Thread Renato Fabbri
The colors in :h gui-colors, but not in rgb.txt are: ['LightRed', 'LightMagenta', 'DarkYellow'] Any idea on how to find these RGB values from the system (i.e. without using a color picker)? There is no light red, for example, in $VIMRUNTIME/rgb.txt Although the color exists. E.g.: hi Normal

finding best available key combinations for mappings, small erros in :h index (?), command to know system/default mappings

2018-01-28 Thread Renato Fabbri
Dear Vim-ers, (tackling issue in normal mode first) Looking for best key combinations, reading :h index, I found that these g and z are available: " zp zq zu zy z(B I J K P Q S T U Y Z) z(any punctuation except: +-=.^, " e.g. ,/;'[]\`) " Z(any not Z or Q) " " g(2-7,9)

<C-\>

2018-01-28 Thread Renato Fabbri
commands starting with are most often specified as reserved for extensions in :h index Is it reserved for extensions for the Vim system development or for plugins developers, or for the user to tweak with, or all the above and more? Or some other thing? Best, R. -- -- You received this

Re: current milestone in Vim development (Bram has commited +- daily)

2018-02-14 Thread Renato Fabbri
ltinfo -lnsl-ldl ) ))) On Thu, Feb 15, 2018 at 2:26 AM, Tony Mechelynck < antoine.mechely...@gmail.com> wrote: > On Thu, Feb 15, 2018 at 5:00 AM, Renato Fabbri <renato.fab...@gmail.com> > wrote: > > in Bram's 2016 screencast (video) about 25 years of Vim, > &g

current milestone in Vim development (Bram has commited +- daily)

2018-02-14 Thread Renato Fabbri
in Bram's 2016 screencast (video) about 25 years of Vim, he shows commit stats in which large periods of daily commits precedes relevant Vim releases. Anyone know current milestone(s)? cheers, R. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply

Re: write to command0line prompt

2018-02-20 Thread Renato Fabbri
:'-| may one assume that is is not possible to leave the cursor in the command line with some text written if not through a mapping? Best, rf On Sun, Feb 18, 2018 at 7:08 PM, Renato Fabbri <renato.fab...@gmail.com> wrote: > Em domingo, 18 de fevereiro de 2018 18:09:10 UTC-3,

Re: write to command0line prompt

2018-02-21 Thread Renato Fabbri
On Wed, Feb 21, 2018 at 4:53 AM, Christian Brabandt <cbli...@256bit.org> wrote: > > On Mi, 21 Feb 2018, Renato Fabbri wrote: > > > > > > > :'-| > > > > > > may one assume that is is not possible to leave the cursor > > in the command line w

Re: CTRL-[ == ALT == ESC to Vim? (or how to make them different)

2018-02-22 Thread Renato Fabbri
Em quarta-feira, 21 de fevereiro de 2018 19:07:14 UTC-3, ZyX escreveu: > 2018-02-21 14:51 GMT+03:00 Renato Fabbri: > > That is what I get when typing with > > in insert mode. > > > > > > ((( > > > > " C-V C-[ > > " C-V

Re: write to command0line prompt

2018-02-18 Thread Renato Fabbri
Em domingo, 18 de fevereiro de 2018 18:09:10 UTC-3, Tim Chase escreveu: > On 2018-02-18 13:05, Renato Fabbri wrote: > > :normal :ls > > does not leave the user with the cursor at the command-line, e.g. > > in: :ls > > > > Is there a way to write a function or i

write to command0line prompt

2018-02-18 Thread Renato Fabbri
:normal :ls does not leave the user with the cursor at the command-line, e.g. in: :ls Is there a way to write a function or is there a command I might use to leave the user with a given string in the command-line? Best, -- -- You received this message from the "vim_use" maillist. Do not

making custom key names for mappings

2018-02-22 Thread Renato Fabbri
as in nnoremap B :call MyCoolFunction() thanks again, -- Renato Fabbri GNU/Linux User #479299 labmacambira.sourceforge.net -- -- 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,

compile vim with +browse

2018-02-24 Thread Renato Fabbri
I want to test this command, but I have to compile with with +browse, and I can't find how. cd src/ then ./configure --enable-browse, for example, just says that it is not a recognized option, as somewhat expected. How to do this and how would have I found it? Best, R. -- Renato Fabbri GNU

Re: compile vim with +browse

2018-02-24 Thread Renato Fabbri
Em sábado, 24 de fevereiro de 2018 10:44:50 UTC-3, Tony Mechelynck escreveu: > On Sat, Feb 24, 2018 at 2:11 PM, Renato Fabbri wrote: > > I want to test this command, but I have to compile with with +browse, > > and I can't find how. > > > > cd src/ > >

Re: making custom key names for mappings

2018-02-22 Thread Renato Fabbri
t is not needed to define extra key names, but is it possible within Vim standard capabilities? Em quinta-feira, 22 de fevereiro de 2018 18:22:51 UTC-3, ZyX escreveu: > 2018-02-22 18:58 GMT+03:00 Renato Fabbri: > > leader and localleader are the standard, so one might > > have con

after directory of a plugin in pack/

2018-02-22 Thread Renato Fabbri
I have plugins in pack/ttm/opt// they have directories such as plugin/ syntax/ ftdetect/ and all always works as expected. Only the after/ directory has a "problem": i have files e.g. in: pack/ttm/opt//after/plugin/ Such afile.vim is not loaded unless i execute: :runtime! plugin/**/*.vim Is

Re: making custom key names for mappings

2018-02-23 Thread Renato Fabbri
Em quinta-feira, 22 de fevereiro de 2018 22:05:29 UTC-3, ZyX escreveu: > 2018-02-23 1:43 GMT+03:00 Renato Fabbri: > > Well, from your comments, i put a: > > > > let g:aall = mapleader > > " let mapleader = '' > > if exists("g:aa_leader") &g

CTRL-[ == ALT == ESC to Vim? (or how to make them different)

2018-02-21 Thread Renato Fabbri
te the imap, I have to enter it by typing C-V A-Y. BTW2. I hope these unusual chars don't mess your emails as it is messing here (not writing it in Vim though..). Is there a way to make ALT and ESC distinct? (ok about ESC == CTRL-[). Best, rf -- Renato Fabbri GNU/Linux User #479299 labma

bugs?

2018-02-25 Thread Renato Fabbri
termguicolors, you loose the SpellBad visual cue, which entail an impaired spell check. One have to execute :hi SpellBad cterm=undercurl to achieve what is probably desired by Vim developers. 3) pack/xxx/opt/yyy/after/ are not run after :packadd yyy (which is just tear-jerking) -- Renato Fabbri GNU/Linux

Re: making custom key names for mappings

2018-02-25 Thread Renato Fabbri
Em sexta-feira, 23 de fevereiro de 2018 15:51:35 UTC-3, ZyX escreveu: > 2018-02-23 18:21 GMT+03:00 Renato Fabbri: > > Em quinta-feira, 22 de fevereiro de 2018 22:05:29 UTC-3, ZyX escreveu: > >> 2018-02-23 1:43 GMT+03:00 Renato Fabbri: > >> > Well, from your commen

Re: compile vim with +browse

2018-02-24 Thread Renato Fabbri
On Sat, Feb 24, 2018 at 8:31 PM, Tony Mechelynck < antoine.mechely...@gmail.com> wrote: > On Sat, Feb 24, 2018 at 8:35 PM, Renato Fabbri <renato.fab...@gmail.com> > wrote: > > Em sábado, 24 de fevereiro de 2018 10:44:50 UTC-3, Tony Mechelynck > escreveu: > >

Re: hardcopy makes pdf files that open only on (some?) linux PDF readers

2018-08-10 Thread Renato Fabbri
Em quinta-feira, 9 de agosto de 2018 16:19:48 UTC-3, Bram Moolenaar escreveu: > Renato Fabbri wrote: > > > (set printoptions=header:0) > > :hardcopy > something.pdf > > > > :'o( > > > > I don't have a Windows OS here to give you the names, > &

hardcopy makes pdf files that open only on (some?) linux PDF readers

2018-08-09 Thread Renato Fabbri
(set printoptions=header:0) :hardcopy > something.pdf :'o( I don't have a Windows OS here to give you the names, but I guess Adobe and Foxit were unable to read them, I don't remember. Google Drive uploads and displays them correctly, but fails to display or give a working route to display

Re: Is it a matter of Unix ABC, B-A-BA', basics, school stuff, RTFM ?

2018-08-09 Thread Renato Fabbri
Em sábado, 30 de junho de 2018 19:43:34 UTC-3, Eric Christopherson escreveu: > On Sat, Jun 30, 2018 at 1:02 PM, Renato Fabbri wrote: > Em domingo, 24 de junho de 2018 05:05:17 UTC-3, Christian Brabandt  escreveu: > > > On Sa, 23 Jun 2018, Renato Fabbri wrote: > &

Re: Vim website problems

2018-03-07 Thread Renato Fabbri
I should be able to help as well, although I probably do not fit the 'I would prefer at least person we know well from Vim work.' more-than-reasonable criteria. Em terça-feira, 6 de março de 2018 08:26:42 UTC-3, Bram Moolenaar escreveu: > Christian Brabandt wrote: > > > On Fr, 02 Mär 2018, Bram

Re: bugs?

2018-03-07 Thread Renato Fabbri
Em terça-feira, 27 de fevereiro de 2018 15:08:21 UTC-3, Christian Brabandt escreveu: > On Di, 27 Feb 2018, Renato Fabbri wrote: > > > On Mon, Feb 26, 2018 at 4:06 PM, Bram Moolenaar <b...@moolenaar.net> wrote: > > > > > > Renato Fabbri wrote: >

Re: bugs?

2018-03-08 Thread Renato Fabbri
. Em quinta-feira, 8 de março de 2018 09:53:32 UTC-3, Renato Fabbri escreveu: > oh, it is an error in the help files: > > > :noh[lsearch] > gives error until :nohls > > > (the same questions hold) > > > On Thu, Mar 8, 2018 at 9:50 AM, Renato Fabbr

Re: bugs?

2018-03-08 Thread Renato Fabbri
oh, it is an error in the help files: :noh[lsearch] gives error until :nohls (the same questions hold) On Thu, Mar 8, 2018 at 9:50 AM, Renato Fabbri <renato.fab...@gmail.com> wrote: > (screenshot attached.) > > option 'noh' not highlighted as expected. > >

Re: bugs?

2018-02-27 Thread Renato Fabbri
On Mon, Feb 26, 2018 at 4:06 PM, Bram Moolenaar <b...@moolenaar.net> wrote: > > Renato Fabbri wrote: > > > Would you call these bugs? > > > > 1) > > vim script (vimL) syntax highlighting highlights on (:only) as an option > > value, e.g. > > i

Re: bugs?

2018-02-27 Thread Renato Fabbri
ops... email sent only for you... I apologise and am sending to the list as well. On Tue, Feb 27, 2018 at 3:16 PM, Bram Moolenaar <b...@moolenaar.net> wrote: > >> >> Renato Fabbri wrote: >> >> > > > Would you call these bugs? >> > > > &

Re: Vim for Web development

2018-03-03 Thread Renato Fabbri
Vim's termianl-job mode is very handy for me. I use byobu/screen sometimes, very fluently, it really is great. But having the terminal inside vim to browse an copy within vim 's text editing environment is for me the best. The major drawback I found is that vim session do no recover the terminal

Re: Vim for Web development

2018-03-03 Thread Renato Fabbri
*timers and jobs (the spell checker here is evil, I apologise and will be more careful) -- -- 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

Vim for Web development

2018-03-03 Thread Renato Fabbri
I've heard of all types of rapid profiling and click-association of text editors (or programming frameworks) with the web browser. In developing websites and cloud gadgets (in javascript, python, php, sql-like, mongo, whatnot...) using Vim, I simply used the browser's builtin developer's tools

Re: Vim website problems

2018-03-03 Thread Renato Fabbri
(~ ot. pardon) if the site and database are reasonably small, seeds of the website in heroku, github.io, and free database hosting plans (did not find more that 500MB of storage for free, but you can have many of these) seem helpful. Some of such settings are instantiated with very few commands,

Re: making custom key names for mappings

2018-02-26 Thread Renato Fabbri
On Mon, Feb 26, 2018 at 5:04 AM, Nikolay Aleksandrovich Pavlov < zyx@gmail.com> wrote: > 2018-02-26 4:20 GMT+03:00 Renato Fabbri <renato.fab...@gmail.com>: > > Em sexta-feira, 23 de fevereiro de 2018 15:51:35 UTC-3, ZyX escreveu: > >> 2018-02-23 18:21 GMT+

Managing dedications, colors, bots, bare-vim wiki, mappings (plugins)

2019-08-17 Thread Renato Fabbri
Dear Vim-ers, I have been thinking about, making and using some gadgets written in Vimscript and Python. I'll try to make dedicated threads for each of them in the next weeks, with up-to-date versions of the tools as plugins. As I have scientific/academic obligations, it is possible that I will

Re: VimConf 2019 standard tickets on sale starting 2019-09-01

2019-08-20 Thread Renato Fabbri
Are recordings/streaming going to be available? Tx++ On Tuesday, August 20, 2019 at 11:33:07 AM UTC-3, Yasuhiro Matsumoto wrote: > We are having an international Vim conference VimConf 2019 on 2019-11-03 in > Tokyo, Japan. Great keynote speakers will join. > > https://vimconf.org/2019/ > >

grab the output of command complete (C-D)

2019-09-13 Thread Renato Fabbri
I am almost sure I was able to do this... Example: :colo shows the available colorschemes. If I want to have them in a variable, redir @a colo ^D redir END does not work, in any variation of colo ^D I tried (exe 'colo ^D', exe 'colo ', etc). Help? -- Renato Fabbri Computer Science, ICMC

coding with AI in vim (and writing in general)

2023-08-20 Thread Renato Fabbri
I found: https://github.com/madox2/vim-ai have you used this or something else or what can you say? best, rf -- -- 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

Vim-related jobs, grants, etc

2022-05-02 Thread Renato Fabbri
(internals? docs?) if someone needs or wants them. Any thoughts? Thanks, Renato Fabbri -- -- 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 --- Yo