Browse Source

Vim surround (brackets)

master
Kevin Mok 4 months ago
parent
commit
71b0aa5ada
No known key found for this signature in database GPG Key ID: 6DEED612B26C08E2
  1. 2
      dot_config/fish/config.fish.tmpl
  2. 2
      dot_config/i3/config.tmpl
  3. 1
      dot_vimrc.tmpl

2
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

2
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'

1
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 [[[ "

Loading…
Cancel
Save