vim-speeddating icon indicating copy to clipboard operation
vim-speeddating copied to clipboard

speeddating.vim: use CTRL-A/CTRL-X to increment dates, times, and more

Results 12 vim-speeddating issues
Sort by recently updated
recently updated
newest added

This is the version included in Ubuntu's "Jammy Jellyfish" release (22.04, LTS): ``` :version VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jan 11 2023 23:53:12) Included patches: 1-3995,...

I am not great with vimscript, but I wanted to know if there is a way to save a custom format so that it is portable through the .vimrc.

See `:h v_g_CTRL-A` for more detail. Thanks for brilliant plugin.

I remap increment/decrement and use `C-a` for select all. The addition of integration with other increment plugins in a418667 breaks user remapping of SpeedDating commands. " .vimrc let g:speeddating_no_mappings =...

I'm using speeddating with [vim-orgmode](https://github.com/jceb/vim-orgmode), and I wonder if it would be possible to prevent this behavior: https://asciinema.org/a/HZ3SiUtzAjPPLXbh2EFxB40I7. Speeddating fill the empty lines with dates. I understand this it not...

As noted in this Stack Overflow question, it would be great if your functions for parsing/formating datetime were exposed for reuse: https://stackoverflow.com/questions/12325291/parse-a-date-in-vimscript Digging your code a bit, I see no...

Hi, Speeddating in visual block mode ignores the selection boundary. With regular vim, typing ctrl-a in visual block mode, will only change the colunms which are selected. Eg, With visual-block...

I found this old plugin called [Toggle](http://www.vim.org/scripts/script.php?script_id=895) ([github mirror](https://github.com/vim-scripts/Toggle)) and it uses an inconvenient shortcut. And there is also [toggle_words](http://www.vim.org/scripts/script.php?script_id=1676) ([github mirror](https://github.com/vim-scripts/toggle_words.vim)) that does basically the same thing. And then...

Consider I have an alphabetically enumerated list: ``` a) b) c) ``` I'd like to increment them in visual mode. I get following result: ``` b) c) ci) ``` How...

This plugin binds to `C-x` that overlaps with `vim-multiple-cursors` plugin. It would be great to be able to define different key mappings for increment and decrement.