Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Nov 13, 2023
1 parent 9c02d9c commit b9c9ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ set -g status-position bottom
set -g status-interval 300

# use Ctrl-n to swap panes
# use arrow keys to cyle panes
# use arrow keys to cycle panes
bind-key C-n swap-pane -s :+.top \; rotate-window -Ut :+

# https://waylonwalker.com/tmux-killing-tmux/
Expand Down
2 changes: 1 addition & 1 deletion vim/vim-plug-vimrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
call plug#begin('~/.vim/plugged')

Plug 'airblade/vim-gitgutter' " show git diff markers in the sign colum
Plug 'airblade/vim-gitgutter' " show git diff markers in the sign column
" Plug 'arcticicestudio/nord-vim'
Plug 'ap/vim-css-color'
Plug 'bkad/CamelCaseMotion' " provide CamelCase motion through words
Expand Down

0 comments on commit b9c9ad3

Please sign in to comment.