aboutsummaryrefslogtreecommitdiff
path: root/vterm.el
AgeCommit message (Expand)Author
2021-09-04Call vterm-copy-mode-done with the mandatory ARG argumentJonas Bernoulli
2021-09-02support creating ssh using docker-tramp by add vterm-tramp-shells.jixiuf
2021-08-04indent codejixiuf
2021-08-03fix bug of #531 (vterm--internal) should return created vterm bufferjixiuf
2021-08-03add :type and :group for vterm-bookmark-check-dir.jixiuf
2021-08-03Merge pull request #486 from JimDBh/bookmarkjixiuf
2021-08-03Merge pull request #531 from c-zx/masterjixiuf
2021-08-03Merge pull request #523 from tomfitzhenry/trampjixiuf
2021-06-22Call `vterm-mode` after window is createdCao ZhenXiang
2021-06-15Fix indentationJonas Bernoulli
2021-06-15Enforce use of spaces for indentationJonas Bernoulli
2021-04-22WIP: Support opening a vterm over TRAMP/SSHTom Fitzhenry
2021-04-09Make `vterm--self-insert` function send key that corresponds tojixiuf
2021-04-05Merge pull request #513 from rakllie/exclude-C-M-keysjixiuf
2021-04-05Merge pull request #517 from marienz/fix-docstringjixiuf
2021-04-05Fix USE_SYSTEM_LIBVTERM description in docstringMarien Zwart
2021-04-05Add missing space before vterm-module-cmake-argsMarien Zwart
2021-04-02Exclude "C-M-" "C-M-S-" keysrakllie
2021-03-26vterm-module-compile: Enforce 'Unix Makefiles' for CMakeCem Keylan
2021-03-13fix typojixiuf
2021-03-08avoid garbling of certain multibyte characters again and fix regexpjixiuf
2021-03-08Revert "avoid garbling of certain multibyte characters ."jixiuf
2021-03-05avoid garbling of certain multibyte characters .jixiuf
2021-03-05Add a more sophisticated entry point for vterm, suggest in #505jixiuf
2021-02-09Change last-input-event to last-command-event.Janfel
2021-02-08Fix issue #479bit9tream
2021-02-07Correctly place cursor after EOL for vterm-reset-cursor-pointjixiuf
2021-01-30deactivate mark on key inputYubao Liu
2021-01-29Silence byte-compilerJonas Bernoulli
2021-01-27Support bookmarks in vterm.Bohan Li
2021-01-21Merge pull request #485 from JimDBh/fix_xtermjixiuf
2021-01-20Fix xterm-paste in vterm.Bohan Li
2021-01-18Put module compilation buffer in compilation modeJimmy Yuen Ho Wong
2021-01-11fix cursor type after hide cursor and show againYubao Liu
2020-12-05vterm-yank: fix wrong symbol-function callCarlos Ibáñez
2020-12-04move vterm-cursor-in-command-buffer-p beside vterm--at-prompt-pjixiuf
2020-12-04vterm--update do not need give the unused meta shift controljixiuf
2020-12-04vterm-yank make sure yank at the right position and use vterm-insertjixiuf
2020-12-04add vterm-delete-region and vterm-goto-char vterm-insertjixiuf
2020-12-04do not call insert/delete-char/delete-region directly.jixiuf
2020-12-04make vterm-send-key and vterm-send-string wait process output.jixiuf
2020-11-30bind M-[A-Z] and C-S-[a-z]jixiuf
2020-11-30avoid calling display-line-numbers-update-width,it would freeze emacsjixiuf
2020-11-24(define-key map [remap xterm-paste] #'vterm-yank) #450jixiuf
2020-11-20rebind prior/next , see #449jixiuf
2020-11-19Fix a recent gross hackJonas Bernoulli
2020-11-18rebind prior/next go scroll-down/up-command.jixiuf
2020-11-17add some missing keybinding, suggested by #419.jixiuf
2020-11-13vterm--get-color: return nil for the default casesGregory Heytings
2020-11-13Rename vterm-disable-bold-font to vterm-disable-boldGabriele Bozzola