Commit bea9db94 authored by Axel Maldonado's avatar Axel Maldonado
Browse files

tmux rebind new pane to open at current directory

parent 1c9e578c
......@@ -25,6 +25,9 @@ require('lspconfig').pylsp.setup{
}
}
}
require'lspconfig'.hls.setup{
cmd = {'haskell-language-server-9.8.2'},
}
lsp.set_sign_icons({
error = '✘',
warn = '▲',
......
......@@ -28,3 +28,6 @@ bind-key -r f run-shell "tmux neww ~/.local/scripts/tmux-sessionizer"
bind-key -r S run-shell "~/.local/scripts/tmux-sessionizer ~/.local/scripts"
bind-key -r N new-window -n "nvim config" "nvim ~/.config/nvim"
bind-key -r T new-window -n "tmux config" "nvim ~/.tmux.conf"
unbind-key %
bind-key -r % split-window -h -c "#{pane_current_path}"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment