Adds waybar config

This commit is contained in:
Michel Fedde 2025-03-09 21:08:34 +01:00
parent 84eca6053b
commit a0c00b0b8f
7 changed files with 15 additions and 16 deletions

View file

@ -16,7 +16,8 @@ set hlsearch
set visualbell
" Use system clipboard
set clipboard+=unnamed
set clipboard+=unnamed
set clipboard+=unnamedplus
let mapleader = " "
@ -114,8 +115,8 @@ let g:WhichKeyDesc_errors_prev = "<leader>ep Go to previous error in solution"
inoremap jj <Esc>
" Tab navigation
nnoremap <A-n> :tabnext<CR>
nnoremap <A-p> :tabprev<CR>
nnoremap <S-l> :tabnext<CR>
nnoremap <S-h> :tabprev<CR>
" Pane navigation
nnoremap <A-h> <C-w>h