kiryph

Results 71 issues of kiryph

netrw manages vim settings for netrw windows in a separate variable called `g:netrw_bufsettings` with the default value of `noma nomod nonu nowrap ro nobl`. If you are not familiar with...

Right now vim-sandwich does not return to the desired cursor position in following example. ### Current behavior: `word|` Ctrl-o ysiw' positions the cursor as following: `'|word'` ### Expected behavior: `word|`...

I want to select following multicolumn command inside a latex table: ```tex ... & \multicolumn{2}{r}{\textbf{columns x and x+1}} & ... % some further commands with additional arguments also in square...

Hello, I've installed vimception and the extension for code-folding in ipython 2.3 It seems to be that only one of them work at a time. Can you confirm that they...

Following example source code ```cpp #include #include int main() { std::vector v = {0, 1, 2, 3, 4, 5}; for (const int& i : v) { std::cout

I have used [Calcium](https://github.com/fredrik-johansson/calcium) 0.4 and its python interface [pycalcium/pyca](https://fredrikj.net/calcium/pycalcium.html). Now it does not work anymore since macOS homebrew updated my Flint installation from 2.x to 3.x to which it...

type: feature request

I have defined following rule for latex: ```viml let g:cycle_default_groups_for_tex = [ \ [['(:)', '\left(:\right)', '\mleft(:\mright)', '\bigl(:\bigr)', '\Bigl(:\Bigr)', '\biggl(:\biggr)', '\Biggl(:\Biggr)'], 'sub_pairs', 'hard_case', 'match_case'], \ ] ``` However, it does not...

I am on macOS Sierra 10.12.6 with Chrome Version 60.0.3112.113 (Official Build) (64-bit). *Evershort (v0.30)* works great for navigating and managing Evernote, e.g. `/` to enter search field. However, the...