diff --git a/dotfiles/.config/coc/list-commands-history.json b/dotfiles/.config/coc/list-commands-history.json index 2ae4fad..52cad03 100644 --- a/dotfiles/.config/coc/list-commands-history.json +++ b/dotfiles/.config/coc/list-commands-history.json @@ -13,5 +13,9 @@ "L2hvbWUvc2hhd24vV29ya3NwYWNlL0xURvCfmoAvVGhlRm94aG91bmRQcm9qZWN0L3Rlc3Rz": [ "python.setin", "python.setint" + ], + "L2hvbWUvc2hhd24vV29ya3NwYWNlL0xURvCfmoAvdG9rZW5zcGljZTI=": [ + "setInterpreter", + "pythonsetInt" ] } \ No newline at end of file diff --git a/dotfiles/.config/nvim/init.vim b/dotfiles/.config/nvim/init.vim index a2fd561..15bf877 100644 --- a/dotfiles/.config/nvim/init.vim +++ b/dotfiles/.config/nvim/init.vim @@ -31,6 +31,7 @@ autocmd BufEnter * lcd %:p:h " Spookie bug. I think I was hacked and that someone i fucking with me. " Whenever I would pres shift K it would open a new tab in nvim. inoremap +inoremap " Here, I borrow some mappings from readline! These are great, google " `readline cheatsheet` I map alt-a to home because I use ctr-a for tmux diff --git a/dotfiles/.local/bin/geckodriver b/dotfiles/.local/bin/geckodriver new file mode 100755 index 0000000..bac836b Binary files /dev/null and b/dotfiles/.local/bin/geckodriver differ