Use tmuxinator, auto session resume in vim

This commit is contained in:
Nicole Tietz-Sokolskaya 2022-09-28 08:58:18 -04:00
parent 736ac62b19
commit 91b75d778d
3 changed files with 9 additions and 2 deletions

View file

@ -13,6 +13,9 @@ HISTCONTROL=ignoreboth
export HISTSIZE=1000000
export HISTFILESIZE=10000000
# set the correct editor to open automatically
export EDITOR=nvim
# append to the history file rather than overwriting it
shopt -s histappend

View file

@ -1,7 +1,6 @@
sudo dnf install htop neovim stow tmux podman cloc npm nodejs gnome-tweak-tool
sudo dnf install htop neovim stow tmux podman cloc npm nodejs gnome-tweak-tool ripgrep rubygems
sudo dnf install cockpit pcp cockpit-pcp
sudo dnf install ripgrep
mkdir -p ~/Code
cd ~/Code
@ -22,3 +21,5 @@ cd tla-bin
sudo ./install.sh /usr/local
curl https://sh.rustup.rs -sSf | sh
gem install tmuxinator

View file

@ -11,6 +11,9 @@ map <C-n> :NERDTreeToggle<CR>
map <C-f> :Files<CR>
map <C-g> :Rg<CR>
" Automatically start Obsession if we open a Session file
autocmd VimEnter * if !empty(v:this_session) && ObsessionStatus('on', 'off') == 'off' | Obsession | endif
" Disable mouse input
set mouse=