Fork me on GitHub
#proton
<
2016-01-19
>
dvcrn01:01:31

Mine looks like this https://gist.github.com/dvcrn/0d02140c685c7acf533c But I'm trying to keep it as close as possible to stock to see how a new user is experiencing proton

dvcrn02:01:52

@geksilla: what do you think about using spc h/j/k/l for pane navigation?

dvcrn02:01:09

I think we had that before but removed it

geksilla02:01:36

yeah, I’ve moved them to SPC w category

dvcrn02:01:29

can we move them back? I think 3 keystrokes is too much for just hopping to a other pane

dvcrn02:01:54

we could have them in both

geksilla02:01:10

I think that SPC w used for vim consistency, like Ctrl-w h/k/l/j.

dvcrn02:01:45

how about putting it into , leader?

dvcrn02:01:00

but that's usually for modes

geksilla02:01:13

leader key used only for modes

dvcrn02:01:51

or a "hold" leader. spc w -> ctrl-w. Meaning if you hold ctrl while pressing a key it directly skips the space key

dvcrn02:01:23

spc g -> ctrl-g

geksilla02:01:05

I think you can just move them back to SPC h/k/l/j )

geksilla02:01:37

anyway I’m using Ctrl-w )

geksilla02:01:59

switched from Vim to Spacemacs

dvcrn02:01:07

Oh I didn't know ctrl-w h works out of the box with vim-mode

geksilla02:01:30

and splitting windows also works

geksilla02:01:45

Ctrl-w v, Ctrl-w s

dvcrn02:01:35

but in general, what do you think about allowing a modifier key to skip the space key? Like holding control will launch a proton-chain and releasing it will abort the chain

dvcrn02:01:59

ctrl -> chain starts -> g s -> release -> git status executes

dvcrn02:01:02

just brainstorming

geksilla02:01:27

i don’t know i think that just single keydown do it very well )

geksilla02:01:04

also there are few caveats with such keybindgins in atom

geksilla02:01:59

there is a default timeout that allows you to pass some additional keystrokes before resolving current keystroke to atom command

geksilla02:01:12

like if you hit Ctrl-w on Linux

geksilla02:01:31

wait for 1-2 seconds your tab will be closed

geksilla02:01:18

but if you execute Ctrl-w l this will be resolved to vim-mode-plus command

dvcrn02:01:44

ah yeah I have that because I bound esc to f d

geksilla02:01:02

I have to go. Need to sleep few hours )

dvcrn06:01:45

@geksilla: you said you had something to extract documentation from a layer

geksilla10:01:55

yes, helper function that generate markdown table for package configurations

dvcrn10:01:43

too bad I have to leave now. Getting late here 😛

dvcrn10:01:49

Please review my small PRs if you have time

geksilla10:01:13

I've posted a comment regarding git-plus issue with branch deleting

austincrft15:01:52

Just to weigh in, I really like SPC h and SPC l for navigation.