1
0
Fork 0

Compare commits

..

No commits in common. "75e8c32aa579fb0dbbc2d5170d221a1426284973" and "d70f9c685746708d53c7444715f846ec7d48bc04" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View file

@ -37,7 +37,6 @@
htop htop
btop btop
fd # unnamed dependency for the fuzzy finder fzf fd # unnamed dependency for the fuzzy finder fzf
lazygit
# Network # Network
wireguard-go wireguard-go

View file

@ -336,10 +336,6 @@ map <leader>x :e ~/buffer.md<cr>
" Toggle paste mode on and off " Toggle paste mode on and off
map <leader>pp :setlocal paste!<cr> map <leader>pp :setlocal paste!<cr>
" Always switch to insert mode for terminal window and disable
" line numbers
autocmd TermOpen * setlocal nonumber norelativenumber
autocmd TermOpen * startinsert
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Helper functions " => Helper functions