From 73526cac46e085e2e0769007d0910dc833e3f630 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 17 Jul 2023 22:15:47 +0800 Subject: Update --- X11/openbox/rc.xml | 14 +++++++++++--- init.lua | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 7745ad2..fa57878 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml @@ -159,7 +159,7 @@ - + no yes @@ -171,7 +171,7 @@ - + yes @@ -260,6 +260,14 @@ + + + + center + center + 2 + + @@ -597,7 +605,7 @@ sh -c ' - xdotool search --name MPD windowactivate || \ + xdotool search --name MPD windowquit || \ alacritty --title MPD -e ncmpcpp ' diff --git a/init.lua b/init.lua index bcdfd21..0f7d550 100644 --- a/init.lua +++ b/init.lua @@ -421,7 +421,7 @@ local on_attach = function(_, bufnr) -- See `:help K` for why this keymap nmap('K', vim.lsp.buf.hover, 'Hover Documentation') - nmap('', vim.lsp.buf.signature_help, 'Signature Documentation') + nmap('k', vim.lsp.buf.signature_help, 'Signature Documentation') -- Lesser used LSP functionality nmap('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration') -- cgit v1.2.3-70-g09d2