From b3c9d0270c9d32c6e6d5890b9d44ac16dd5826a9 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Sat, 13 Jul 2024 22:24:48 -0400 Subject: refactor: change GNU `screen` prefix to `^@` --- .config/nvim/lua/coc.lua | 4 ++-- .config/screen/screenrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lua/coc.lua b/.config/nvim/lua/coc.lua index 69e886c..8cc2956 100644 --- a/.config/nvim/lua/coc.lua +++ b/.config/nvim/lua/coc.lua @@ -46,8 +46,8 @@ keyset("i", "", [[coc#pum#visible() ? coc#pum#confirm() : "\u\\ to trigger snippets keyset("i", "", "(coc-snippets-expand-jump)") --- use to trigger completion -keyset("i", "", "coc#refresh()", {silent = true, expr = true}) +-- use to trigger completion +keyset("i", "", "coc#refresh()", {silent = true, expr = true}) -- use `[g` and `]g` to navigate diagnostics -- use `:cocdiagnostics` to get all diagnostics of current buffer in location list diff --git a/.config/screen/screenrc b/.config/screen/screenrc index 6b80d55..160b722 100644 --- a/.config/screen/screenrc +++ b/.config/screen/screenrc @@ -7,7 +7,7 @@ hardstatus firstline hardstatus string '%{#999999}[ GNU screen ]%{#ffffff} %< %{7}%?%-Lw%?%{1;0}%{#009dff}[==%{#ffffff}%n%f%t%?(%u)%?%{1;0}%{#009dff}==]%{7}%?%+Lw%?%? %= %{#999999}[ %{#999999}%0` %1` ]' altscreen on defscrollback 5000 -escape ^\a +escape ^@a maptimeout 0 mousetrack on shell /usr/bin/fish -- cgit v1.2.3