Dr. Erick A. Chacón Montalván

Results 10 comments of Dr. Erick A. Chacón Montalván

Default binding works for my case. ```lua local keymaps = require("tmux.keymaps") keymaps.register("n", { ["h"] = [[lua require('tmux').move_left()]], ["j"] = [[lua require('tmux').move_bottom()]], ["k"] = [[lua require('tmux').move_top()]], ["l"] = [[lua require('tmux').move_right()]], })...

I just tested the code shared above and I noticed that the geometry is created without name. Is there a way to set up the geometry name? Should the driver...

Same for me, the header is not being formatted when compiling to Html.

I imagine `host` should be something like `smtp.office365.com`.

I only have experience with rectilinear grids in a naive way (not as sophisticated as in `Mehes.jl`). The way I construct them, is by defining a minimum Point, a maximum...

Just to mention that the plugin [bullets.vim](https://github.com/dkarter/bullets.vim) provides indentation for lists.

It would very nice to have this feature. It would make integration with other geometry packages easier. Is there any reason why this effort stopped? Is there still interest on...

With the following configuration on `~/.vimrc`, the status line looks much better. You can choose `vim_statusline_1`, `vim_statusline_2` or `vim_statusline_3`. ``` if exists('$TMUX') autocmd VimEnter * call tmuxline#set_statusline('vim_statusline_3') endif ``` Taken...

Shouldn't this issue be closed given that it is possible using `Shapefile.write`?

The following works for me. ```latex \AtBeginSection[] { \setbeamercolor{section title}{fg=white} \begin{frame}[standout] \sectionpage \end{frame} \setbeamercolor{section title}{fg=black} } ``` I need to change the font color for the `section title` to differentiate...