Somelauw

Results 10 issues of Somelauw

That work similar to shifting commands in Vim.

Improvements to evilcp theme, which has originally been created by @ryepesg. - Duplicate key bindings have been removed. - Key bindings y, < and > are not bound unconditionally. -...

#### Problem At the moment, `[[` mostly behaves like org-backward-element `]]` mostly behaves like org-forward-element These bindings aren't perfect, because if `]]` is used on the penultimate element it jumps...

enhancement
question

I find the behaviour of paragraph text objects (`ip` and `ap`, which are defined in [evil](https://github.com/emacs-evil/evil)) not always intuitive/useful when used in org-mode. It often includes too much other content...

enhancement
question

First it saves changes, then it exits See https://github.com/Somelauw/evil-org-mode/issues/43

I find the name length confusing, because on many Java datatypes the length function returns the array length. If length returns the magnitude, then why not rename it to magnitude?

I understand the 'e' prefix to stand for element-wise, but I find this not always intuitive. The following functions I consider to be element-wise: - emap - efilter - emul...

I'm not a native russian, so I use a phonetic layout. I tried configuring your plugin like this: ``` call vam#ActivateAddons([ 'vim-rusmode'], {'auto_install' : 0}) let g:rusmode_autotoggle_insertleave=0 'Setting it to...

I tried setting it to both 0 and 1: ``` let g:rusmode_autotoggle_insertleave=0 ``` But it didn't seem to make a difference. I disabled your plugin and I tried a simpler...