Update i3, vim, and ranger

This commit is contained in:
foo-dogsquared 2019-08-16 01:10:42 +08:00
parent a40da9264e
commit 7453e58e51
3 changed files with 7 additions and 4 deletions

View File

@ -239,11 +239,11 @@ mode "applications" {
bindsym f exec firefox bindsym f exec firefox
bindsym v exec inkscape bindsym v exec inkscape
bindsym r exec alacritty --class "ranger" --command ranger 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 t exec thunderbird
bindsym a exec thunar bindsym a exec thunar
bindsym x exec alacritty --class "vim" --command vim 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 bindsym z exec zathura
# Ways to exit the mode # Ways to exit the mode

View File

@ -727,7 +727,7 @@ copytmap <ESC> q Q w <C-c>
# Here's my custom changes # Here's my custom changes
# opening VS Code easily # opening VS Code easily
map OC shell code %s map OC shell code %s
map Oc shell code %f map Oc shell code %d
map OV shell vim %s map OV shell vim %s
map Ov shell vim %f map Ov shell vim %d
map Os shell $SHELL map Os shell $SHELL

View File

@ -47,6 +47,9 @@ inoremap jk <Esc>
" setting number lines in the gutter " setting number lines in the gutter
set number relativenumber set number relativenumber
" setting line highlighting based on the position of the cursor
set cursorline
" set tab to enter spaces, instead " set tab to enter spaces, instead
set expandtab set expandtab