Erich L Foster

Results 37 comments of Erich L Foster

I was able to get things to work with a function like the following: ```lua exec_toggle = function(opts) local Terminal = require("toggleterm.terminal").Terminal local term = Terminal:new { cmd = opts.cmd,...

I didn't recognize that it was doing that. Maybe that was why I had extra tmux sessions that I didn't recognize.

There are some issues with the method I outlined. First, the simple one to fix, the keymap `De` is difficult to use to toggle the terminal as for me hitting...

And now I see why it doesn't work for me. This assumes that your top project root is a git repo, which is not the case for me. In fact,...

I was just trying to come up with a way to work in a devcontainer that seems more like VSCode. The current metthod just opens a terminal and not even...

Your error is related to trying to use stow to overwrite an existing file . zshrc. You could add something in the install script to remove the existing file. Those...

Setting the following config: ```yaml keybinding: universal: pushFiles: 'p' pullFiles: 'P' ``` Causes both P and p to pull when in the commits pane.