vimwiki: dth @ DK023900WSL
This commit is contained in:
parent
625a1bdaca
commit
46ef363c73
4 changed files with 5 additions and 2 deletions
|
|
@ -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-surround' " surround for parentheses, brackets, quotes, XML tags etc
|
||||||
Plug 'tpope/vim-fugitive' " git helper
|
Plug 'tpope/vim-fugitive' " git helper
|
||||||
Plug 'preservim/nerdtree' " file tree
|
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 'lukesmithxyz/vimling' " toggle deadkeys, IPA, prose-mode
|
||||||
Plug 'junegunn/goyo.vim' " prose mode but better
|
Plug 'junegunn/goyo.vim' " prose mode but better
|
||||||
Plug 'vimwiki/vimwiki' " take notes in vimwiki
|
Plug 'vimwiki/vimwiki' " take notes in vimwiki
|
||||||
|
|
|
||||||
|
|
@ -79,3 +79,4 @@ Here's what I've done so far:
|
||||||
* add script: shift and space + caps and escape: `sas-cae.ahk`
|
* add script: shift and space + caps and escape: `sas-cae.ahk`
|
||||||
* Next steps:
|
* Next steps:
|
||||||
* TODO: tmux pasteboard should play with windows pasteboard
|
* TODO: tmux pasteboard should play with windows pasteboard
|
||||||
|
* install node 18 and npm
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ $Space::
|
||||||
#InputLevel ;set it back to default value of 0 for any remaining code
|
#InputLevel ;set it back to default value of 0 for any remaining code
|
||||||
now := A_TickCount
|
now := A_TickCount
|
||||||
while GetKeyState("Space", "P") ; to find out whether space-bar is held
|
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}
|
SendInput {Shift Down}
|
||||||
KeyWait, Space
|
KeyWait, Space
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,7 @@ copy their public keys to this machine.
|
||||||
* disable password authentication
|
* disable password authentication
|
||||||
|
|
||||||
## stterm
|
## stterm
|
||||||
|
> :bomb: remove stterm - it'll never work on a windows machine
|
||||||
* install requirements
|
* install requirements
|
||||||
* `sudo apt install libfontconfig1-dev`
|
* `sudo apt install libfontconfig1-dev`
|
||||||
* `sudo apt install libx11-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
|
# sudo apt install alacritty -y # add alacritty repo first
|
||||||
# replace alacritty with stterm
|
# replace alacritty with stterm
|
||||||
sudo apt install tmux -y # terminal multiplexer
|
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 make -y # utility to maintain shell program groups
|
||||||
sudo apt install curl -y # file transfer helper
|
sudo apt install curl -y # file transfer helper
|
||||||
sudo apt install ffmpeg -y # audio/video converter
|
sudo apt install ffmpeg -y # audio/video converter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue