1
0
Fork 0

Update home/.profile

Update home/.vim/vimrc
This commit is contained in:
Massaki Archambault 2024-07-23 10:47:39 -04:00
parent b60e864116
commit 9e2fd9cf24
2 changed files with 3 additions and 1 deletions

View File

@ -28,4 +28,4 @@ if [ -d $local_profile ]; then
fi
unset local_profile
exec autostart-sway
autostart-sway

View File

@ -30,6 +30,8 @@ set updatetime=500
" Case insensitive when all lowercase
set ignorecase
set smartcase
" Clipboard
set clipboard^=unnamed,unnamedplus
" Remap arrow keys
noremap <Up> <NOP>