From 71b0aa5adaffdeace499976a306632fedcacb931 Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Tue, 3 Sep 2024 14:05:12 -0400 Subject: [PATCH] Vim surround (brackets) --- dot_config/fish/config.fish.tmpl | 2 +- dot_config/i3/config.tmpl | 2 +- dot_vimrc.tmpl | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dot_config/fish/config.fish.tmpl b/dot_config/fish/config.fish.tmpl index 78028b8..90d28c8 100755 --- a/dot_config/fish/config.fish.tmpl +++ b/dot_config/fish/config.fish.tmpl @@ -307,5 +307,5 @@ abbr xya "export-pkgs" # task sync > /dev/null 2>&1 source /home/kevin/.config/fish/key_abbr.fish > /dev/null -wal -r +cat /home/kevin/.cache/wal/sequences # ~/scripts/xmodmap-custom diff --git a/dot_config/i3/config.tmpl b/dot_config/i3/config.tmpl index f3a389e..5b757f2 100755 --- a/dot_config/i3/config.tmpl +++ b/dot_config/i3/config.tmpl @@ -419,7 +419,7 @@ workspace $ws6 output $secondary assign [class="Slack"] $ws6 bindsym Mod4+d workspace $ws6; exec discord bindsym Mod4+$mod+d workspace $ws6; exec element-desktop -bindsym Mod4+i workspace $ws6; exec signal-desktop +# bindsym Mod4+i workspace $ws6; exec signal-desktop # bindsym Mod4+d workspace $ws6; exec firefox -new-window https://riot.im/app bindsym Mod4+k workspace $ws6; exec slack # bindsym Mod4+i workspace $ws6; exec $term -e fish -c 'mosh kmok@$work_laptop_ip -- tmux a -t weechat' diff --git a/dot_vimrc.tmpl b/dot_vimrc.tmpl index ad0915c..fc1d113 100644 --- a/dot_vimrc.tmpl +++ b/dot_vimrc.tmpl @@ -341,6 +341,7 @@ Plug 'mlaursen/vim-react-snippets', { 'branch': 'main' } Plug 'cristianoliveira/vim-react-html-snippets' Plug 'jidn/vim-dbml' " Plug 'FuDesign2008/emoji-snippets.vim' +Plug 'tpope/vim-surround' " ]]] vim-plug " " Mappings [[[ "