akihiro-coder / note

仕事で必要な知識まとめ
0 stars 0 forks source link

インストール&開発 #22

Open akihiro-coder opened 1 year ago

akihiro-coder commented 1 year ago

タブキーをCtrlキーに変更

akihiro-coder commented 1 year ago

http-server

akihiro-coder commented 1 year ago

sshでパスワードなしでリモートサーバーに接続する方法

akihiro-coder commented 1 year ago

最新のファイル名(文字列)を取得

akihiro-coder commented 1 year ago

Perplexity

akihiro-coder commented 1 year ago

gitlabでマージリクエストからイシューをリンクさせる方法

akihiro-coder commented 1 year ago

vim-lsp

akihiro-coder commented 1 year ago

snapパッケージ管理ツールについて

akihiro-coder commented 1 year ago

変換キー:日本語、無変換キー:英語 設定方法

akihiro-coder commented 1 year ago

ディレクトリ移動が楽になるツールのインストール

akihiro-coder commented 1 year ago

開発マシンへアクセスできなくなった場合の対処方

akihiro-coder commented 1 year ago
akihiro-coder commented 1 year ago

vim上でターミナル操作を楽にする

akihiro-coder commented 1 year ago

vimrcを初めてcloneしてファイルを使用する時の手順

  1. deinのインストール手順にしたがい、deinをインストール
  2. python -m pip install pynvim
  3. python -m pip install autopep8 → pathが通っていなかったら通す
  4. .vimrcを~/ にコピーする