David Susskind
David Susskind
the problem is that the request made to the server doesn't hold the fullPath from the basedir given in the requirejs config. [here](https://github.com/sudavid4/atom-ternjs/commit/1e35a056d9635a4fb395050d15f34c437617353a) I solved the problem for the navigation...
I'd like to have `fn-[hjkl]` for `home|pageup|pagedown|end`, can it be done?
I have the following configuration ```python define_multipurpose_modmap( Key.LEFT_CTRL: [Key.ESC, Key.LEFT_CTRL]} ) ``` My problem is that ctrl+click doesn't work, I suppose it's sending esc+ctrl, is there a way to fix...
we are using requirejs and many times tern jumps into the `return` of the function ( which is correct since this is where the variable was defined ) but we...
I have a custom handler to fallback to regex search function implementation when I can't find one with ts-server. It happens quite often on the monorepos I work that I...
minimal vimrc: ```vimscript call plug#begin('~/.config/nvim/plugged') Plug 'haya14busa/incsearch.vim' " Improved incremental searching for Vim call plug#end() map / (incsearch-forward) let g:incsearch#auto_nohlsearch = 1 ``` file ```vimscript bind-key -n C-k if-shell "$is_vim"...
I always use :Helptags to find my help in vim, came back many times to github to see how to use GV, I hope you agree that a little helpfile...