add better tmux and nvim navigation

This commit is contained in:
2025-02-08 22:24:54 -08:00
parent 67d32ce7c6
commit 5cfd1ddbb5
4 changed files with 43 additions and 13 deletions

View File

@@ -22,6 +22,8 @@ set hidden
set backspace=indent,eol,start
set hlsearch
set noswapfile
set mouse= "remove mouse
set clipboard=unnamedplus
" Rendering
set ttyfast
@@ -53,7 +55,6 @@ au FileType python
\ softtabstop=4
\ shiftwidth=4
\ encoding=utf-8
\ makeprg=flake8\ %
au FileType markdown
\ set spell spelllang=en_us