diff --git a/jupyter/jupyter_notebook_config.py b/jupyter/jupyter_notebook_config.py index 13b0120..bffc8a6 100644 --- a/jupyter/jupyter_notebook_config.py +++ b/jupyter/jupyter_notebook_config.py @@ -1,6 +1,3 @@ c.ServerApp.port = 9999 -c.ServerApp.allow_remote_access = True c.ServerApp.root_dir = '.' c.ServerApp.ip = '0.0.0.0' -c.ServerApp.certfile = '/home/hjalmarlucius/.jupyter/mycert.pem' -c.ServerApp.keyfile = '/home/hjalmarlucius/.jupyter/mykey.key' diff --git a/nvim/init.lua b/nvim/init.lua index a117b6f..f4d6e21 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -1,17 +1,14 @@ vim.g.mapleader = " " vim.g.maplocalleader = " " --- Install package manager --- https://github.com/folke/lazy.nvim --- `:help lazy.nvim.txt` for more info local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" -if not vim.loop.fs_stat(lazypath) then +if not (vim.uv or vim.loop).fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", + "--branch=stable", "https://github.com/folke/lazy.nvim.git", - "--branch=stable", -- latest stable release lazypath, }) end @@ -71,6 +68,7 @@ require("lazy").setup({ local map = vim.keymap.set local opts = { silent = true, noremap = true } map({ "n", "v" }, "", "HopWord", opts) + map({ "n", "v" }, "", "HopWord", opts) end, }, { @@ -266,7 +264,7 @@ require("lazy").setup({ "tpope/vim-fugitive", config = function() local map = vim.keymap.set - map("", "", "vertical Git:vertical resize 60", {}) + map("", "", "vertical Git", {}) map("", "gB", "Git blame", {}) map("", "gp", "Git! push", {}) map("", "gP", "Git! push -f", {}) @@ -300,6 +298,7 @@ require("lazy").setup({ numhl = true, linehl = false, word_diff = false, + signs_staged_enable = false, on_attach = function(bufnr) local gs = package.loaded.gitsigns diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index 82c4c94..da19714 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -6,9 +6,42 @@ config_version: 2 settings: + bindings.commands: + global: + normal: + <: tab-move - + : tab-prev + : tab-next + : history + : cmd-set-text :open {url:pretty} + : restart + : config-cycle colors.webpage.darkmode.enabled true false ;; restart + : config-cycle tabs.position top left + : view-source + '>': tab-move + + D: tab-close + J: tab-prev + K: tab-next + M: null + d: null + gB: null + gb: null + m: cmd-set-text :quickmark-add {url:pretty} " + pw: spawn --userscript qute-bitwarden + q: null + tm: tab-move + to: tab-focus + wB: null + ΓΈ: 'cmd-set-text :' colors.webpage.darkmode.enabled: global: false + content.desktop_capture: + https://meet.google.com: true + content.fullscreen.window: + global: true content.register_protocol_handler: https://calendar.google.com?cid=%25s: true + tabs.mode_on_change: + global: restore tabs.position: global: top