WSL Windows Subsystem Linux

Links

Chmod/Chown WSL Improvements

WSL File System Support

Docker Desktop on Windows Home

My memos

Disable beep sound

open /etc/inputrs as root and uncheck the comment bell-style none

~$ sudo vi /etc/inputrc






Vi Keys

delete all lines

:%d

: tells vi to go in command mode
% means all the lines
d : delete

opening another file with path relative to current directory

:e edit, but you could use :tabnew or :split etc

% the current file path

:h 'head', which in this usage is the directory of the currently open file

0 件のコメント:

コメントを投稿