Vimrc update

lightmode
E. Almqvist 4 years ago
parent c51eb7a774
commit 5a9942bd47
  1. 4
      i3/config
  2. 12
      vimrc
  3. BIN
      wallpaper.jpg

@ -80,7 +80,7 @@ bindsym $mod+v split v
bindsym $mod+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
# bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
@ -224,7 +224,7 @@ exec_always setxkbmap se # set keyboard layout to swedish (sv-latin1)
# Binds
bindsym $mod+Shift+x exec betterlockscreen --lock blur # screen lock
bindsym $mod+lalt+space exec rofi -show drun # rofi menu
bindsym $mod+Print exec spectacle -r -c -b # screenshot
bindsym $mod+Print exec spectacle -r -c -b & # screenshot
bindsym $mod+k exec cmus-remote --pause
# Compositor

12
vimrc

@ -17,16 +17,21 @@
" .....
" .
" Logic
set mouse=a
set wrap
set noet
" Tabbing lines
set autoindent
set noexpandtab " If this doesn't work for a lang change the $LANG.vim and append this here
set tabstop=4
set shiftwidth=4
" ~/.vim/plugged/vim-polyglot/ftplugin/(LANG).vim
" If not there try:
" :verbose set et? (remove that line)
vmap <Tab> >gv
vmap <S-Tab> <gv
" GUI stuff
syntax on
set nu
set ruler
@ -40,6 +45,7 @@ call plug#begin('~/.vim/plugged')
Plug 'chriskempson/base16-vim' " Theme
call plug#end()
" Mapping
" CTRL + D to open navtree
nmap <silent> <C-D> :NERDTreeToggle<CR>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 948 KiB

After

Width:  |  Height:  |  Size: 2.2 MiB

Loading…
Cancel
Save