vimwiki: dth @ DK023900WSL

This commit is contained in:
DannyDannyDanny 2022-12-28 14:19:57 +01:00
parent 625a1bdaca
commit 46ef363c73
4 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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