Live data from Hacker News

Experimental web browser optimized for rabbit-holing

szymonkaliski.com

121–122 of 122 posts

Re: Experimental web browser optimized for rabbit-holing

#122
post #22

Slightly unrelated: > As an aside, I also use this technique for navigating code with Vim, where a single shortcut goes to a definition of a function in a new pane I was intrigued by this, and searched the author's github for their .vim. This is how they do that: nnoremap gF vgF https://github.com/szymonkaliski/dotfiles/blob/357fc7c76ca86... and nnoremap gD :call CocActionAsync('jumpDefinition', 'vsplit') https://git…

note the correct command is vim.api.nvim_buf_set_keymap or just vim.keymap.set
Post reply on HN