pdoak
pdoak
### Description The standard prezto bindkey for editing the command line in Vim is `ctrl-X ctrl-E`. I wish to change this to `ctrl-X ctrl-X` and have added this lines to...
When I try to add a folder, I get an error saying that Alfred 3 is not running. This is correct as I am running Alfred 4. Are you planning...
I have just installed Nyaovim and if I keep the h,j,k or l keys depressed, I can only move up, down,left or right one character/line. Is there a way to...
I am trying to use incsearch with easymotion but I am getting an error:`Unknown function:EasyMotion#go` when I try and search for something using `/`. My vimrc has the following settings:...
I have added ``` " Enable Txtfmt formatting inside notes. setlocal filetype=notes.txtfmt ``` to `after/ftplugin/notes.vim` but I get an error `nesting too deep`. How can I fix it?
I would like to change the colour of ATX headings to: `highlight notesAtxHeading guibg=white ctermbg=white ctermfg=blue guifg=blue` by adding the above line to my vimrc but it doesn't seem to...
I really like the vim-notes syntax highlighting and would like to be able to use that for notes that are outside of my notes directory. Having read some other posts,...
Hi Chris I am having a couple of problems with using quicklink. I am running OS X 10.11.3 and Neovim NVIM 0.1.2-dev. Firstly, when I search for a link, the...
I have followed the install instructions and put my API token into `.hypothesis-token` and populated my .twitter-token. I am running the following command as a test: `node index.mjs https://sunlightensaunas.co.uk USERNAME`...