Skip to content

Commit

Permalink
add tmux setting set func
Browse files Browse the repository at this point in the history
  • Loading branch information
0mega24 committed Jan 24, 2024
1 parent ba5ac92 commit 1ff535e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ tmux() {
"$HOME/.tools/tmux" "$@"
}

set_tmux_settings() {
tmux set -g mouse on
}

neovim() {
"$HOME/.tools/neovim" "$@"
}
Expand Down

0 comments on commit 1ff535e

Please sign in to comment.