tmux: add history limit

pull/6/head
bretello 2022-02-26 22:45:14 +01:00
parent b86622e598
commit ecd2472910
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 1 additions and 5 deletions

View File

@ -23,7 +23,7 @@ set-option -g display-panes-colour colour166 #orange
# clock
set-window-option -g clock-mode-colour green #green
set -g history-limit 50000
set -g status-interval 1
set -g status-justify centre # center align window list
set -g status-left-length 20

View File

@ -14,10 +14,6 @@ map <leader>ec :e! $DOTFILES/vim/plugins_config.vim<CR>
map <leader>es :e! $DOTFILES/vim/shortcuts.vim<CR>
map <leader>ep :e! $DOTFILES/vim/plugs.vim<CR>
autocmd! bufwritepost ~/.vimrc source ~/.vimrc
autocmd! bufwritepost $DOTFILES/vim/* source ~/.vimrc
autocmd! bufwritepost $DOTFILES/vim/plugs.vim PlugInstall
" Quickly open a markdown buffer for scribble
map <leader>x :e ~/buffer.md<CR>
map <leader>xx :e ~/projects/work/buffer.md<CR>