Compare commits
2 commits
d70f9c6857
...
75e8c32aa5
| Author | SHA1 | Date | |
|---|---|---|---|
| 75e8c32aa5 | |||
| b6c8b2b7de |
2 changed files with 5 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -336,6 +336,10 @@ 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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue