diff options
author | nathansmith117 <nathansmith@posteo.com> | 2025-03-22 08:57:51 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-22 08:57:51 -0600 |
commit | 1bce6a20028fc08eff1d4903f24c2afd220b61f8 (patch) | |
tree | 021debd257154c13fd3f373ae699d390aa40b949 /linux_room.html | |
parent | bf62c1a4cd96f1b1d5ef83be03af39919c524f1a (diff) |
nonhumanism added and lots of small changes
Diffstat (limited to 'linux_room.html')
-rw-r--r-- | linux_room.html | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/linux_room.html b/linux_room.html index 4142131..0a342a8 100644 --- a/linux_room.html +++ b/linux_room.html @@ -302,10 +302,10 @@ table { <h3>lite-xl config</h3> <p> - The config can be found in my - <a href="https://codeberg.org/nathansmith/dotfiles/src/branch/main/.config/lite-xl" target="_blank">dotfiles</a>. - On different screen sizes lite-xl may look bad and to fix it you need to set the <code>LITE_SCALE</code> - environment variable. + The config can be found in my + <a href="https://codeberg.org/nathansmith/dotfiles/src/branch/main/.config/lite-xl" target="_blank">dotfiles</a>. + On different screen sizes lite-xl may look bad and to fix it you need to set the <code>LITE_SCALE</code> + environment variable. <br/><br/> My config has buttons for quickly opening a terminal and file explore in the current directory. @@ -403,18 +403,18 @@ table { <td> <h2 id="vim">vim</h2> <p> - For a long time I used neovim. I started using neovim becaues I wanted vim to act more - like a ide and have fancy shit. For most things I ended up using lite-xl more because - it did a better job doing all the fancy shit easier and smoother while still being - a lite bloat free editor. Neovim ended up just being used for editing configs, quickly - throwing together scripts, crazy vim wizard edits... so I decided to just ditch neovim - (you can find my old config - <a href="https://gitea.com/nathansmithsmith/nvim_config" target="_blank">here</a>) - and instead go with a simple vimrc with only a few plugins. - <br/><br/> - My vimrc can be found <a href="https://codeberg.org/nathansmith/dotfiles/src/branch/main/.vimrc" + For a long time I used neovim. I started using neovim becaues I wanted vim to act more + like a ide and have fancy shit. For most things I ended up using lite-xl more because + it did a better job doing all the fancy shit easier and smoother while still being + a lite bloat free editor. Neovim ended up just being used for editing configs, quickly + throwing together scripts, crazy vim wizard edits... so I decided to just ditch neovim + (you can find my old config + <a href="https://gitea.com/nathansmithsmith/nvim_config" target="_blank">here</a>) + and instead go with a simple vimrc with only a few plugins. + <br/><br/> + My vimrc can be found <a href="https://codeberg.org/nathansmith/dotfiles/src/branch/main/.vimrc" target="_blank"> - here</a>. + here</a>. </p> </td> </tr> @@ -423,10 +423,10 @@ table { <td> <h2 id="emacs">Emacs</h2> <p> - <b>Don't use emacs. Its stupido.</b> - <br/><br/> - That is and will always be true but lately as of writing this I been bit by - the emacs bug. Using emacs is so bad and so wrong but feels so good to use. + <b>Don't use emacs. Its stupido.</b> + <br/><br/> + That is and will always be true but lately as of writing this I been bit by + the emacs bug. Using emacs is so bad and so wrong but feels so good to use. </p> </td> </tr> |