diff --git a/.config/i3/config b/.config/i3/config index a6ae3e07..4ac2e435 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -47,7 +47,8 @@ exec --no-startup-id python ~/.config/Scripts/offlineimap-daemon.py #exec --no-startup-id feh --bg-scale ~/.config/wall.png exec_always --no-startup-id wal -c -i ~/.config/wall.png #Remaps the caps lock button to escape and uses the US international keyboard with dead keys -exec_always --no-startup-id setxkbmap -layout us -variant altgr-intl -option caps:escape +exec_always --no-startup-id setxkbmap -option caps:escape +#exec_always --no-startup-id setxkbmap -layout us -variant altgr-intl -option caps:escape #Remap Menu button to Super: #exec_always --no-startup-id xmodmap -e 'keycode 135 = Super_R' bindsym Menu exec --no-startup-id xmodmap -e 'keycode 135 = Super_R' diff --git a/.vimrc b/.vimrc index c9e403b9..b7fd382e 100644 --- a/.vimrc +++ b/.vimrc @@ -7,7 +7,6 @@ set relativenumber "let didit = 0 "autocmd! InsertEnter * if ! didit | call feedkeys("\\:nohlsearch|let didit = 1\", 'n') | endif "autocmd! InsertLeave * let didit = 0 -"set spell vnoremap "*y nnoremap :tabnew