gordonrust

Results 9 comments of gordonrust

Unable to get back into normal mode. @jimypbr @jwkvam I am also able to add a custom 'fd' keybinding to get into normal mode using a local install. However, when...

> Unable to get back into normal mode. > > @jimypbr @jwkvam I am also able to add a custom 'fd' keybinding to get into normal mode using a local...

@jwkvam ... I was trying to map 'Shift Enter' by changing 'run-select-next-edit' to 'run-select-next-insert'. So that I land in insert mode in the new cell.(Jupyter Lab is mostly for experimentation...

Is there any way to load the .vimrc file directly with oni2?? I suppose this was planned. Any update would be most welcome.

I totally agree with ImCesar. The dealbreaker for me as far as VsCode is concerned is exactly not being able to use nerdtree like navigation. The panel in vscode. is...

A highly recommended vaiable alternative to the vscode plugin https://mutagen.io/ I have been using this for 2 months now. Though one needs to have the source files on the local...

I tried using this, I find the two give me the same adj_matrix `adj_smpl = adj + (adj.T > adj).astype('int').astype('float` ` adj_kpf = adj + adj.T.multiply(adj.T > adj) - adj.multiply(adj.T...

I am also stuck at this. Any luck??