Martin Skarzynski

Results 15 issues of Martin Skarzynski

I'd like to add the bindings like those listed in the README to my config: https://github.com/brookhong/Surfingkeys#insert-mode How can I add the bindings below to my config? - `Ctrl-a` move the...

When opening a new terminal, the cursor is initially block shaped ![image](https://user-images.githubusercontent.com/13444106/108272538-5ef6a480-7140-11eb-8da6-9768afa495d0.png) when it should be in bar/beam shaped ![image](https://user-images.githubusercontent.com/13444106/108272936-e7754500-7140-11eb-8dec-b56065344506.png) To switch to beam shape, I have to type a...

duplicate
verified

**Currently**, I can set the font via my ginit.vim: ```vim if has("gui_vimr") :VimRSetFontAndSize "FiraCode Nerd Font", 18 endif ``` **In addition to setting the font**, I would also like to...

I would prefer to not to have `[cancel]` as one of the options, because I can hit escape to cancel. Is there a setting that I can use to remove...

How can I move the trestles vertical divider to the left? Currently, [my site](https://mskar.github.io/) looks like this: ![current](https://user-images.githubusercontent.com/13444106/112764491-ccff7880-8fd6-11eb-8325-0b566675c3e0.png) I'd like to move the vertical divider to the left to allow...

How can I move the trestles sidebar to the right? Currently, [my site](https://mskar.github.io/) looks like this: ![current](https://user-images.githubusercontent.com/13444106/112765105-a2fb8580-8fd9-11eb-8fec-2fe264fce4e6.png) I'd like to move the sidebar to the right to emphasize the text:...

In #224, I requested a feature that adds parentheses after functions completed with `Tab` or `Enter`. I decided the best solution will be to use `rchitect` to identify functions based...

This pull request demonstrates the vim mode-dependent cursor mentioned (by @petobens) in #153 and requested (by me) in #220. The cursor shape is - beam in Insert mode: ![image](https://user-images.githubusercontent.com/13444106/94555471-a16b2380-0229-11eb-9420-ae863f5a4b9b.png) -...

Tab completion in RStudio shows functions without parentheses in the completion menu: ![image](https://user-images.githubusercontent.com/13444106/94815430-84208b80-03c8-11eb-80a6-6820767b708c.png) but when I tab complete a function the parentheses are included and my cursor is inside the...

I would like radian to have a beam cursor (`|`) in vi insert mode and a block cursor in vi navigation (normal) mode. Since both radian and IPython use prompt-toolkit,...