mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-30 22:57:54 +00:00
Update i3, vim, and ranger
This commit is contained in:
parent
a40da9264e
commit
7453e58e51
@ -239,11 +239,11 @@ mode "applications" {
|
||||
bindsym f exec firefox
|
||||
bindsym v exec inkscape
|
||||
bindsym r exec alacritty --class "ranger" --command ranger
|
||||
bindsym R exec alacritty --command ranger
|
||||
bindsym Shift+r exec alacritty --command ranger
|
||||
bindsym t exec thunderbird
|
||||
bindsym a exec thunar
|
||||
bindsym x exec alacritty --class "vim" --command vim
|
||||
bindsym X exec alacritty --command vim
|
||||
bindsym Shift+x exec alacritty --command vim
|
||||
bindsym z exec zathura
|
||||
|
||||
# Ways to exit the mode
|
||||
|
@ -727,7 +727,7 @@ copytmap <ESC> q Q w <C-c>
|
||||
# Here's my custom changes
|
||||
# opening VS Code easily
|
||||
map OC shell code %s
|
||||
map Oc shell code %f
|
||||
map Oc shell code %d
|
||||
map OV shell vim %s
|
||||
map Ov shell vim %f
|
||||
map Ov shell vim %d
|
||||
map Os shell $SHELL
|
||||
|
@ -47,6 +47,9 @@ inoremap jk <Esc>
|
||||
" setting number lines in the gutter
|
||||
set number relativenumber
|
||||
|
||||
" setting line highlighting based on the position of the cursor
|
||||
set cursorline
|
||||
|
||||
" set tab to enter spaces, instead
|
||||
set expandtab
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user