Re: [OT(?)] Ubuntu 18 now defaults to 4-space tabs

2019-09-10 Thread Markus Osterhoff
* Marvin Renich [190910 14:56]: > My opinion is that the defaults.vim file should only set options that > almost all vim users will want, and should stay completely away from > options that are "personal taste" (i.e. leave them with the vim internal > default settings). The most noticeable

Re: Vim nightly download for Windows 64 in Firefox reports "Deceptive Site" and marked as being dangerous

2017-07-26 Thread Markus Osterhoff
* Igor Forca [170725 07:36]: > today on Vim nightly for Windows > https://github.com/vim/vim-win32-installer/releases/ > I tried to download gvim_8.0.0771_x64.zip so link is > https://github.com/vim/vim-win32-installer/releases/download/v8.0.0771/gvim_8.0.0771_x64.zip > and I

Sandboxing (Was: Searching for a typing game)

2016-09-23 Thread Markus Osterhoff
* aroc...@vex.net [160923 15:46]: > > In the Windows world people try to protect themselves using antivirus > > software, with very limitted success. In the FOSS world I usually do > > this by limitting installations to packages supported by my distro. Is > > there any other way

Re: Searching for a typing game

2016-09-21 Thread Markus Osterhoff
* Fernando Botelho [160920 23:25]: > I am searching for a game to teach typing, which might run in vim or on > the command line (bash). You are probably searching for typespeed http://typespeed.sourceforge.net/ Greetings, mo -- -- You received this message

Re: subscripts and superscripts

2016-05-30 Thread Markus Osterhoff
imply :digraphs for more. Greetings, mo -- Markus Osterhoff http://sci.photos -- -- 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

Re: How would you repeatedly produce these lines?

2016-01-31 Thread Markus Osterhoff
* etoipm...@gmail.com [160201 06:18]: > I'm coding in Python and need to produce a number of lines like the following > > p3[0] = {'name': , 'symbol': , 'number': } For that I usually use keyboard macros: copy the line, jump to the bracket, increase. The keys are

Re: vim.org fails to redirect to www.vim.org for Chrome users

2014-08-20 Thread Markus Osterhoff
* Andrew Pennebaker andrew.penneba...@gmail.com [140819 23:24]: When I enter vim.org into the address bar in Firefox, it successfully redirects to www.vim.org. But when I enter vim.org in Chrome, no redirect happens. Maybe check the Apache config? From what I see (dig vim.org vs. dig

Re: vim vs nano on editing system files

2013-08-07 Thread Markus Osterhoff
* Dahong Tang tang.dah...@gmail.com [130808 04:59]: $ FILE=/tmp/testfile $ sudo touch $FILE $ sudo chmod 400 $FILE Thanks Sven. Your explanation makes sense if I used the command vim $FILE, but I used sudo vim $FILE. Why does vim even bother to set the file to readonly when I used sudo?

Re: [vim] Problem with `inoremap jj ESC'

2012-01-29 Thread Markus Osterhoff
* Clark J. Wang dearv...@gmail.com [120130 07:01]: So I wonder if the `jj' mapping can be ignored when doing copy-n-paste and only work when I'm typing from a keyboard. :set paste do your paste :set nopaste pgpRKwgpr04zj.pgp Description: PGP signature

Re: Vim: Warning: Input is not from a terminal

2011-04-25 Thread Markus Osterhoff
* Gary Johnson garyj...@spocom.com [110424 22:42]: I was suggesting that the current means used to specify whether stdin is treated as a data file or as a command stream is not the only way it could have been done. For example, when stdin is not connected to a terminal, Vim could assume that

Re: Some Vim peculiarities

2011-04-03 Thread Markus Osterhoff
* Jostein Berntsen jber...@broadpark.no [110402 23:01]: Hi, Hi Jostein, 5. ^ must be clicked two times to be activated to go to first letter in line. This could be a dead key problem; some keyboard layouts allow you to compose accented characters by first typing ^,ยด, or `, followed by an

Re: Source code to HTML

2011-03-30 Thread Markus Osterhoff
* Grigory Sarnitskiy sargrig...@ya.ru [110330 12:01]: Hello, I'm trying to produce highlighted html from console. cat MyFile.input | vim - +TOhtml '+w out.html' '+qall!' However, resulting html is not highlighted, but in Vim and Cream highlighting works. My guess is that when vim reads