Merge branch 'master' of https://github.com/jbohanon/.dotfiles
This commit is contained in:
@@ -119,7 +119,7 @@ tnoremap <c-l> <c-\><c-n><c-w><c-l>
|
|||||||
tnoremap <Esc> <C-\><C-n>
|
tnoremap <Esc> <C-\><C-n>
|
||||||
nnoremap <Leader>ee :NvimTreeFindFileToggle<cr>
|
nnoremap <Leader>ee :NvimTreeFindFileToggle<cr>
|
||||||
nnoremap <Leader>h <cmd>lua require("harpoon.mark").add_file()<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 J :m '>+1<CR>gv=gv
|
||||||
vnoremap K :m '<-2<CR>gv=gv
|
vnoremap K :m '<-2<CR>gv=gv
|
||||||
|
|||||||
@@ -8,6 +8,10 @@ unbind '"'
|
|||||||
unbind %
|
unbind %
|
||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
bind - split-window -v
|
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
|
# DON'T paste this line in, if you DON'T want vim keybindings
|
||||||
# Set tmux mode to vi (default is emac)
|
# Set tmux mode to vi (default is emac)
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ fi
|
|||||||
|
|
||||||
alias pls='sudo'
|
alias pls='sudo'
|
||||||
alias sshdev='ssh jacob@192.168.10.70'
|
alias sshdev='ssh jacob@192.168.10.70'
|
||||||
|
alias sshdevdesktop='ssh jacob@192.168.10.165'
|
||||||
alias cddf='cd $HOME/.dotfiles'
|
alias cddf='cd $HOME/.dotfiles'
|
||||||
alias nvdf='nvim $HOME/.dotfiles/README.md'
|
alias nvdf='nvim $HOME/.dotfiles/README.md'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user