From 46ef363c73f562e3e3865907c2d1870a7a7fde6d Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Wed, 28 Dec 2022 14:19:57 +0100 Subject: [PATCH] vimwiki: dth @ DK023900WSL --- .config/nvim/init.vim | 2 +- README.md | 1 + sas-cae.ahk | 2 +- ubuntu.md | 2 ++ 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 6670a0d..75abcc4 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -13,7 +13,7 @@ call plug#begin(system('echo -n "${XDG_CONFIG_HOME:-$HOME/.config}/nvim/plugged" Plug 'tpope/vim-surround' " surround for parentheses, brackets, quotes, XML tags etc Plug 'tpope/vim-fugitive' " git helper Plug 'preservim/nerdtree' " file tree -" Plug 'jreybert/vimagit' " git diffing with :Magit +Plug 'jreybert/vimagit' " git diffing with :Magit Plug 'lukesmithxyz/vimling' " toggle deadkeys, IPA, prose-mode Plug 'junegunn/goyo.vim' " prose mode but better Plug 'vimwiki/vimwiki' " take notes in vimwiki diff --git a/README.md b/README.md index dbfc5ec..73312bf 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,4 @@ Here's what I've done so far: * add script: shift and space + caps and escape: `sas-cae.ahk` * Next steps: * TODO: tmux pasteboard should play with windows pasteboard +* install node 18 and npm diff --git a/sas-cae.ahk b/sas-cae.ahk index feb0f89..a3ca434 100644 --- a/sas-cae.ahk +++ b/sas-cae.ahk @@ -7,7 +7,7 @@ $Space:: #InputLevel ;set it back to default value of 0 for any remaining code now := A_TickCount while GetKeyState("Space", "P") ; to find out whether space-bar is held - if (A_TickCount-now > 100) ; this time is tested on asker's computer + if (A_TickCount-now > 120) ; this time is tested on asker's computer { SendInput {Shift Down} KeyWait, Space diff --git a/ubuntu.md b/ubuntu.md index 09bc996..b7953b5 100644 --- a/ubuntu.md +++ b/ubuntu.md @@ -72,6 +72,7 @@ copy their public keys to this machine. * disable password authentication ## stterm +> :bomb: remove stterm - it'll never work on a windows machine * install requirements * `sudo apt install libfontconfig1-dev` * `sudo apt install libx11-dev` @@ -108,6 +109,7 @@ sudo apt install gnome-tweaks -y # tool to remap caps to ctrl # sudo apt install alacritty -y # add alacritty repo first # replace alacritty with stterm sudo apt install tmux -y # terminal multiplexer +sudo apt install jq -y # lightweight and flexible command-line JSON processor sudo apt install make -y # utility to maintain shell program groups sudo apt install curl -y # file transfer helper sudo apt install ffmpeg -y # audio/video converter