This commit is contained in:
2022-10-05 14:36:17 +00:00
3 changed files with 6 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ tnoremap <c-l> <c-\><c-n><c-w><c-l>
tnoremap <Esc> <C-\><C-n>
nnoremap <Leader>ee :NvimTreeFindFileToggle<cr>
nnoremap <Leader>h <cmd>lua require("harpoon.mark").add_file()<cr>
nnoremap <c-/> :Commentary<cr>
nnoremap <Leader>/ :Commentary<cr>
vnoremap J :m '>+1<CR>gv=gv
vnoremap K :m '<-2<CR>gv=gv

View File

@@ -8,6 +8,10 @@ unbind '"'
unbind %
bind | split-window -h
bind - split-window -v
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
# DON'T paste this line in, if you DON'T want vim keybindings
# Set tmux mode to vi (default is emac)

View File

@@ -27,6 +27,7 @@ fi
alias pls='sudo'
alias sshdev='ssh jacob@192.168.10.70'
alias sshdevdesktop='ssh jacob@192.168.10.165'
alias cddf='cd $HOME/.dotfiles'
alias nvdf='nvim $HOME/.dotfiles/README.md'