Ble: Add config file

This commit is contained in:
Tony Grosinger 2024-07-26 08:35:58 -07:00
parent 4c4b35e5d2
commit 6022c73977
2 changed files with 11 additions and 0 deletions

8
.blerc Normal file
View File

@ -0,0 +1,8 @@
# blerc
# Cannot use ctrl+enter from inside tmux when using tmux-navigator because
# ctrl+enter and ctrl+j are the same key in the terminal. Bind sending
# multi-line commands to ctrl+m instead.
# https://github.com/microsoft/terminal/issues/6912
ble-bind -m vi_imap -f C-m accept-line

View File

@ -66,6 +66,9 @@ function performSetup() {
mkdir -p ~/.config/atuin
ln -fns ${DOTFILES_DIR}/atuin.toml ~/.config/atuin/config.toml
echo "Linking Ble.sh..."
linkFile ".blerc"
echo "Linking tmux..."
linkFile ".tmux.conf"