Skip to content

Commit

Permalink
feat: add key mapping edit for vim in xubuntu script
Browse files Browse the repository at this point in the history
  • Loading branch information
unRARed committed Dec 21, 2024
1 parent 06377b8 commit 033df5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .xubuntu/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ sudo usermod -a -G dialout $USER
# connected to the internet (unconfirmed)
sudo sed -i -e 's/NM_ONLINE_TIMEOUT=60/NM_ONLINE_TIMEOUT=5/g' \
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service

# Remap Caps Lock to Backspace for VIM
sudo sed -i -e 's/XKBOPTIONS=\"\"/XKBOPTIONS=\"caps:backspace\"/g' /etc/default/keyboard
sudo dpkg-reconfigure keyboard-configuration

0 comments on commit 033df5a

Please sign in to comment.